summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-05 19:11:57 +0200
committerRobin Gareus <robin@gareus.org>2017-08-05 19:11:57 +0200
commit9d99e558b32dbb279888d21ed7329d2f8e1cac91 (patch)
tree9cfbb9f488705d05f5e0bc894bd6f44cdce40deb /gtk2_ardour
parentfde07d4f4fbb3e8de44fb6e78928a98a13ec1062 (diff)
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.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/add_route_dialog.cc1
1 files changed, 1 insertions, 0 deletions
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