summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-03-31 15:51:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-03-31 15:51:03 +0000
commit9643eb4b2320c2ec77613cddd6a66056514bcdfa (patch)
tree838d6420ae792bf98df7dd0fb313ba6c0c2f00c8 /gtk2_ardour/ardour_ui.h
parented48cdb3dfd10e27558d2d1063049b625830b049 (diff)
a) persist whether the end marker should move at first capture in the session file
b) prevent transport motion if stop-at-session-end is true c) ensure that (more) menu items that provide control over Configuration object options are in the correct state at startup d) Configuration options removed from "have a session" sensitivity toggling e) removed functionally empty default_keys.cc git-svn-id: svn://localhost/trunk/ardour2@433 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 8e1bfc1414..9f4d8de8d9 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -576,7 +576,8 @@ class ARDOUR_UI : public Gtkmm2ext::UI
void connect_dependents_to_session (ARDOUR::Session *);
void we_have_dependents ();
void setup_keybindings ();
- void setup_options ();
+ void setup_session_options ();
+ void setup_config_options ();
guint32 last_key_press_time;
@@ -623,7 +624,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI
/* Keymap handling */
- void install_keybindings ();
Glib::RefPtr<Gtk::ActionGroup> get_common_actions();
void install_actions ();
void test_binding_action (const char *);