summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-27 19:45:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-27 19:45:47 +0000
commit2859868109a8060016c077769df2182cbd15220d (patch)
tree0b2c9d21f9e6d51c42114e8fb271ab8ff82318c5 /gtk2_ardour/sfdb_ui.h
parentd78b48c0ffc21e01561fa726941efdd9f0f8768d (diff)
fix crash bug caused by incorrectly setting transience of audio clocks in the SoundFileBox2.1
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2496 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 7133a5fa78..43f76a9ea2 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -52,7 +52,7 @@ class GainMeter;
class SoundFileBox : public Gtk::VBox
{
public:
- SoundFileBox ();
+ SoundFileBox (bool persistent);
virtual ~SoundFileBox () {};
void set_session (ARDOUR::Session* s);
@@ -118,7 +118,7 @@ class SoundFileBrowser : public ArdourDialog
Glib::RefPtr<Gtk::ListStore> found_list;
public:
- SoundFileBrowser (Gtk::Window& parent, std::string title, ARDOUR::Session* _s);
+ SoundFileBrowser (Gtk::Window& parent, std::string title, ARDOUR::Session* _s, bool persistent);
virtual ~SoundFileBrowser ();
virtual void set_session (ARDOUR::Session*);
@@ -184,7 +184,7 @@ class SoundFileOmega : public SoundFileBrowser
{
public:
- SoundFileOmega (Gtk::Window& parent, std::string title, ARDOUR::Session* _s, int selected_tracks,
+ SoundFileOmega (Gtk::Window& parent, std::string title, ARDOUR::Session* _s, int selected_tracks, bool persistent,
Editing::ImportMode mode_hint = Editing::ImportAsTrack);
void reset (int selected_tracks);