summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-10-06 17:42:46 +0200
committerRobin Gareus <robin@gareus.org>2016-10-06 17:42:46 +0200
commit70b580a4b45b8a2ac7b071ca2dfe2bbd7a1ff2a7 (patch)
treed0d1a08c6a18175247ce010e35301c42b59caa3e /gtk2_ardour/session_dialog.h
parentb63babbc3d562741c4592de6d2990c44e9771060 (diff)
Hold ctrl + click "open" session -> safe mode
This allows to hide the "Safe Mode" checkbox.
Diffstat (limited to 'gtk2_ardour/session_dialog.h')
-rw-r--r--gtk2_ardour/session_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/session_dialog.h b/gtk2_ardour/session_dialog.h
index 9143007f8f..98bdd6b788 100644
--- a/gtk2_ardour/session_dialog.h
+++ b/gtk2_ardour/session_dialog.h
@@ -94,6 +94,7 @@ class SessionDialog : public ArdourDialog {
Gtk::Button* quit_button;
bool back_button_pressed (GdkEventButton*);
+ bool open_button_pressed (GdkEventButton*);
Gtk::Frame info_frame;