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
This commit is contained in:
Sakari Bergen 2011-03-12 21:28:58 +00:00
parent 72928df58f
commit 751cc84dd2
4 changed files with 32 additions and 3 deletions

View file

@ -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 ();