diff --git a/gtk2_ardour/template_dialog.cc b/gtk2_ardour/template_dialog.cc index cf65ca29b8..70353c0c56 100644 --- a/gtk2_ardour/template_dialog.cc +++ b/gtk2_ardour/template_dialog.cc @@ -329,6 +329,7 @@ TemplateManager::handle_dirty_description () } else { _description_editor.get_buffer()->set_text (_current_selection->get_value (_template_columns.description)); } + _desc_dirty = false; } }