From 174d5e05c9dfcec77df82c58008cf4724ee21822 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 25 Nov 2016 13:19:27 +0000 Subject: when duplicating tracks and copying playlists, use a new name for the copied playlist --- libs/ardour/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index f9a6169363..c0041ef555 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -3243,10 +3243,10 @@ Session::new_route_from_template (uint32_t how_many, PresentationInfo::order_t i bool rename_playlist; switch (pd) { case NewPlaylist: + case CopyPlaylist: rename_playlist = true; break; default: - case CopyPlaylist: case SharePlaylist: rename_playlist = false; } -- cgit v1.2.3