summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-05-16 02:25:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-05-16 02:25:36 +0000
commit45f59d0c04675839eb2613a099d05b70e2e27820 (patch)
treea0398d651f2fc65838aabe2821b50f87d49d6642 /gtk2_ardour/sfdb_ui.h
parent700c8dc6fd4c46638277f2593e7e9c712342bafd (diff)
add alternate filters for soundfile browser
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1849 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index bbc6e2edd4..34c3f558bb 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -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;