hardour does not yet support wine-builds
[ardour.git] / gtk2_ardour / plugin_selector.h
index 7eef190b5ff40f2bebb463855bc3acb86e714b46..dacbcccd74e062c28b371436c0b33bafac2fc715 100644 (file)
@@ -118,7 +118,7 @@ class PluginSelector : public ArdourDialog
        Gtk::Menu* _plugin_menu;
        ARDOUR::PluginManager& manager;
 
-       void row_clicked(GdkEventButton *);
+       void row_activated(Gtk::TreeModel::Path path, Gtk::TreeViewColumn* col);
        void btn_add_clicked();
        void btn_remove_clicked();
        void btn_update_clicked();
@@ -139,7 +139,7 @@ class PluginSelector : public ArdourDialog
        Gtk::Menu* create_by_creator_menu (ARDOUR::PluginInfoList&);
        Gtk::Menu* create_by_category_menu (ARDOUR::PluginInfoList&);
        void build_plugin_menu ();
-       PBD::ScopedConnection plugin_list_changed_connection;
+       PBD::ScopedConnectionList plugin_list_changed_connection;
 };
 
 #endif // __ardour_plugin_selector_h__