summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_preset_selector.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2011-03-12 21:28:58 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2011-03-12 21:28:58 +0000
commit751cc84dd2010a2c669a0155c0e2a0ce47d16592 (patch)
treeee66c35fc6cfdd841a8c3063a4afb4932edf3aeb /gtk2_ardour/export_preset_selector.h
parent72928df58f70c833020fdabb81de38df0001e8af (diff)
Properly create new presets, i.e. without duplicate id's on save-after-rename
git-svn-id: svn://localhost/ardour2/branches/3.0@9132 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_preset_selector.h')
-rw-r--r--gtk2_ardour/export_preset_selector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/export_preset_selector.h b/gtk2_ardour/export_preset_selector.h
index 4fd2dde3da..73211cb523 100644
--- a/gtk2_ardour/export_preset_selector.h
+++ b/gtk2_ardour/export_preset_selector.h
@@ -48,6 +48,7 @@ class ExportPresetSelector : public Gtk::HBox
void sync_with_manager ();
void update_selection ();
+ void create_new ();
void save_current ();
void remove_current ();