fix incorrect accumulation of export video options each time the dialog is used
[ardour.git] / gtk2_ardour / plugin_selector.h
index d35b780261cbcc2b1f29355d0fcb4de5a19b04f2..fda03c10f339acefa5e55d43a8f4658d85a926b3 100644 (file)
@@ -82,7 +82,6 @@ private:
        /* combobox filters */
        ArdourWidgets::ArdourDropdown _fil_type_combo;
        ArdourWidgets::ArdourDropdown _fil_creator_combo;
-       ArdourWidgets::ArdourDropdown _fil_channel_combo;
 
        PluginInterestedObject* interested_object;
 
@@ -93,6 +92,7 @@ private:
        Gtk::Button search_clear_button;
 
        Gtk::Entry *tag_entry;
+       Gtk::Button* tag_reset_button;
        void tag_reset_button_clicked ();
 
        void set_sensitive_widgets();
@@ -188,7 +188,7 @@ private:
        bool _need_status_save;
        bool _need_menu_rebuild;
 
-       bool inhibit_refill;
+       bool _inhibit_refill;
 };
 
 #endif // __ardour_plugin_selector_h__