summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-11 02:57:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-11 02:57:05 +0000
commit7933b74f419a5f859ef64c8002b5effb686d8196 (patch)
tree3f4bf414b2e648b46ddeb505ae802a16f535e3b1 /gtk2_ardour/sfdb_ui.h
parent93dc1bc0d6aea354e75712896416b8b9e0236eed (diff)
try to fix async peaks issue; fix crasher caused by previous lock changes in AudioSource; unselect everything after Apply; save tags correctly (?)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2450 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 4670796700..ec057814be 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -122,6 +122,8 @@ class SoundFileBrowser : public ArdourDialog
virtual void set_session (ARDOUR::Session*);
std::vector<Glib::ustring> get_paths ();
+ void clear_selection ();
+
Gtk::FileChooserWidget chooser;
Gtk::TreeView found_list_view;