diff --git a/gtk2_ardour/editor_markers.cc b/gtk2_ardour/editor_markers.cc index 6eefb430ea..2983088cd2 100644 --- a/gtk2_ardour/editor_markers.cc +++ b/gtk2_ardour/editor_markers.cc @@ -1880,7 +1880,6 @@ Editor::edit_location (Location& loc, bool with_scene, bool with_command) dialog.set_position (UIConfiguration::instance().get_default_window_position()); dialog.add_button (verb, RESPONSE_ACCEPT); - dialog.set_response_sensitive (Gtk::RESPONSE_ACCEPT, false); dialog.set_initial_text (loc.name()); Gtk::Adjustment* program_adjust (nullptr);