Use sys::path and SessionDirectory in Session::find_all_sources for portability
[ardour.git] / gtk2_ardour / sfdb_ui.h
index bbc6e2edd49154ad1520c006e283c3c82dd2fc48..34c3f558bbd8cd245ce98e746df6964fbdf75d67 100644 (file)
@@ -94,7 +94,8 @@ class SoundFileBrowser : public ArdourDialog
 
   protected:
        Gtk::FileChooserWidget chooser;
-       Gtk::FileFilter filter;
+       Gtk::FileFilter custom_filter;
+       Gtk::FileFilter matchall_filter;
        SoundFileBox preview;
 
        static Glib::ustring persistent_folder;