summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-04-26 12:34:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-04-26 12:34:21 +0000
commit4ec4eb24638add2add1496a051cb5b57517b32c8 (patch)
treefa77027f90a449d8f3739ae84881f7c557dc8cbe /gtk2_ardour/redirect_box.h
parent12f2c337e38d910c21127b3cdc50608724471daa (diff)
fix 2 remaining issues with new plugin menu - 1. tracks don't respond to plugin ops on other tracks & 2. multiple plugin addition at once from the manager window works again
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3292 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/redirect_box.h')
-rw-r--r--gtk2_ardour/redirect_box.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/redirect_box.h b/gtk2_ardour/redirect_box.h
index cc5b87d62a..5c4c566f93 100644
--- a/gtk2_ardour/redirect_box.h
+++ b/gtk2_ardour/redirect_box.h
@@ -146,6 +146,9 @@ class RedirectBox : public Gtk::HBox
void choose_plugin ();
void insert_plugin_chosen (boost::shared_ptr<ARDOUR::Plugin>);
sigc::connection newplug_connection;
+ bool using_plugin_selector;
+ void plugin_selector_hidden ();
+ void plugin_selector_shown ();
bool no_redirect_redisplay;
bool ignore_delete;