summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mtest.cc
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/mtest.cc
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/mtest.cc')
-rw-r--r--gtk2_ardour/mtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mtest.cc b/gtk2_ardour/mtest.cc
index 0ae55c8174..7d62509159 100644
--- a/gtk2_ardour/mtest.cc
+++ b/gtk2_ardour/mtest.cc
@@ -133,7 +133,7 @@ main (int argc, char* argv[])
other_uimanager->insert_action_group (copy_actions (shared_actions));
other_window.add_accel_group (accels);
- window.add_accel_group (accels);
+ // window.add_accel_group (accels);
Gtk::MenuBar* m;