summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-03-12 03:46:11 +1100
committernick_m <mainsbridge@gmail.com>2015-03-12 03:46:11 +1100
commit73d2d44652c5a39e1f213bdda7872b78d61648d3 (patch)
tree1bea009f06459a1bf7f62b1ba2b16772acb56302 /gtk2_ardour/ardour_ui.h
parent1644fc1068a5c28b78ba70078de3b9b5c7570f72 (diff)
Add route dialog is never a transient window.
Fixes a hack where it's transient parent was used to give an order hint (for the order key of any new tracks). This commit adds a new combobox "insert_at" to let the user tell us where they want new tracks to go.
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 0124d3c8f2..66b6610f40 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -609,7 +609,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
void snapshot_session (bool switch_to_it);
void rename_session ();
- void setup_order_hint ();
+ void setup_order_hint (AddRouteDialog::InsertAt);
int create_mixer ();
int create_editor ();