summaryrefslogtreecommitdiff
path: root/gtk2_ardour/save_as_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-04-22 14:11:00 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-04-22 16:09:08 -0400
commite47a22a118b4b3a167f3248e3bb34b3dc40224d3 (patch)
treec2de8ca1be1864e7e0013ceae8d5cfc9f5c861a2 /gtk2_ardour/save_as_dialog.h
parentb38ab89d92a5f963c90da885409da541ad081a65 (diff)
make save-as dialog be persistent, to retain settings across save-as
Diffstat (limited to 'gtk2_ardour/save_as_dialog.h')
-rw-r--r--gtk2_ardour/save_as_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/save_as_dialog.h b/gtk2_ardour/save_as_dialog.h
index 140eb9fa7b..5ba522b318 100644
--- a/gtk2_ardour/save_as_dialog.h
+++ b/gtk2_ardour/save_as_dialog.h
@@ -37,7 +37,9 @@ public:
bool switch_to () const;
bool copy_media () const;
bool copy_external () const;
-
+
+ void clear_name ();
+
private:
Gtk::CheckButton switch_to_button;
Gtk::CheckButton copy_media_button;