allow file-browser in generic-plugin-GUI to expand.
[ardour.git] / gtk2_ardour / option_editor.h
index ac768383ee58438f8758e859b6c3ac6ecfc80122..13b0285c32a0c08c3aff73c67a36bb0341714615 100644 (file)
@@ -624,8 +624,7 @@ public:
         Gtk::Widget& tip_widget() { return _file_chooser; }
 
 private:
-       void file_set ();
-       void current_folder_set ();
+       void selection_changed ();
        
        sigc::slot<std::string> _get; ///< slot to get the configuration variable's value
        sigc::slot<bool, std::string> _set;  ///< slot to set the configuration variable's value