summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_mixer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-13 21:18:00 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-13 21:18:00 +0000
commita0cb61d4111fad95d3b29ebf6f07c3b12f084456 (patch)
tree8722fe5916659e99e84a2c35d0bf8de7447060a8 /gtk2_ardour/ardour_ui_mixer.cc
parentda6f9ab807d938ec91c78cd7661fbfdfe9aaee73 (diff)
Patch from colinf to fix problems with toggle mixer on top (#2477).
git-svn-id: svn://localhost/ardour2/branches/3.0@12714 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui_mixer.cc')
-rw-r--r--gtk2_ardour/ardour_ui_mixer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_mixer.cc b/gtk2_ardour/ardour_ui_mixer.cc
index e3250d2a1f..aacffa9d20 100644
--- a/gtk2_ardour/ardour_ui_mixer.cc
+++ b/gtk2_ardour/ardour_ui_mixer.cc
@@ -44,7 +44,6 @@ ARDOUR_UI::create_mixer ()
mixer->signal_window_state_event().connect (sigc::bind (sigc::mem_fun (*this, &ARDOUR_UI::main_window_state_event_handler), false));
mixer->signal_unmap().connect (sigc::bind (sigc::ptr_fun (&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/toggle-mixer")));
- mixer->signal_unmap().connect (sigc::bind (sigc::ptr_fun (&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/toggle-mixer-on-top")));
return 0;
}