NO-OP; Backport changes from Mixbus branch
[ardour.git] / gtk2_ardour / search_path_option.h
index ca752be0120b28a365af38d888997ee1e83eb73f..0230666656da546e806faf23a3cde2afb619c190 100644 (file)
@@ -33,6 +33,7 @@ class SearchPathOption : public Option
 {
   public:
         SearchPathOption (const std::string& pathname, const std::string& label,
+                         const std::string& default_path,
                           sigc::slot<std::string>, sigc::slot<bool, std::string>);
         ~SearchPathOption ();
 
@@ -40,6 +41,8 @@ class SearchPathOption : public Option
         void add_to_page (OptionEditorPage*);
         void clear ();
 
+        Gtk::Widget& tip_widget() { return add_chooser; }
+
   protected:
        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