diff --git a/gtk2_ardour/export_preset_selector.cc b/gtk2_ardour/export_preset_selector.cc index 69d3aa7111..094fb967ce 100644 --- a/gtk2_ardour/export_preset_selector.cc +++ b/gtk2_ardour/export_preset_selector.cc @@ -114,15 +114,11 @@ ExportPresetSelector::update_selection () entry.get_entry()->set_text (text); select_connection.block (false); - } else { // Text has been edited + } else { // Text has been edited, this should not make any changes in the profile manager if (previous && !text.compare (previous->name())) { - current = previous; - } else { current.reset (); - profile_manager->load_preset (current); - CriticalSelectionChanged(); } }