From 9d99e558b32dbb279888d21ed7329d2f8e1cac91 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 5 Aug 2017 19:11:57 +0200 Subject: Fix Track/Bus dialog name-entry default Changing the track-type to add changes the name which marked the name-entry as "edited by user", even though it was Ardour itself which changed the name. --- gtk2_ardour/add_route_dialog.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/add_route_dialog.cc b/gtk2_ardour/add_route_dialog.cc index 4c090afc75..d937172093 100644 --- a/gtk2_ardour/add_route_dialog.cc +++ b/gtk2_ardour/add_route_dialog.cc @@ -282,6 +282,7 @@ AddRouteDialog::maybe_update_name_template_entry () name_template_entry.set_text (VCA::default_name_template()); break; } + name_edited_by_user = false; } void -- cgit v1.2.3