summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_format_selector.h
diff options
context:
space:
mode:
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>2013-06-19 18:52:06 +0200
committerAdrian Knoth <adi@drcomp.erfurt.thur.de>2013-06-19 18:52:06 +0200
commit93349141379343c91ea0ec2127d694f6cf2e230e (patch)
tree78c2d1b561f0a827b434f496412ea84020c3f77e /gtk2_ardour/export_format_selector.h
parentb407b753f718d9244f16c23eb31a137be00f230e (diff)
Prompt the user for confirmation before removing an export format.
Requested by Radio SRB (http://srb.fm)
Diffstat (limited to 'gtk2_ardour/export_format_selector.h')
-rw-r--r--gtk2_ardour/export_format_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_format_selector.h b/gtk2_ardour/export_format_selector.h
index 9533b15d9b..4af647ac9c 100644
--- a/gtk2_ardour/export_format_selector.h
+++ b/gtk2_ardour/export_format_selector.h
@@ -63,7 +63,7 @@ class ExportFormatSelector : public Gtk::HBox, public ARDOUR::SessionHandlePtr
void select_format (FormatPtr f);
void add_new_format ();
- void remove_format ();
+ void remove_format (bool called_from_button = false);
int open_edit_dialog (bool new_dialog = false);
void update_format_combo ();
void update_format_description ();