From 74e4081ef422ff24343684d0eae1fe8404395c13 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 28 Dec 2015 19:24:30 +0100 Subject: save users who like to suffix snapshot names some typing. --- gtk2_ardour/ardour_ui.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 10be9afb5a..3befe3cb9f 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -2507,7 +2507,9 @@ ARDOUR_UI::snapshot_session (bool switch_to_it) prompter.set_prompt (_("Name of new snapshot")); } - if (!switch_to_it) { + if (switch_to_it) { + prompter.set_initial_text (_session->snap_name()); + } else { char timebuf[128]; time_t n; struct tm local_time; -- cgit v1.2.3