From f38db9a4e350de376308d89059ba123a16719f1a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 26 May 2011 12:24:04 +0000 Subject: move session file storage of nested sources from playlist into region, and reload them within Session::XMLRegionFactory, just before we create the region that uses the nested source git-svn-id: svn://localhost/ardour2/branches/3.0@9595 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_selection.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/editor_selection.cc') diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc index 38ee5dff3c..6e81801096 100644 --- a/gtk2_ardour/editor_selection.cc +++ b/gtk2_ardour/editor_selection.cc @@ -1091,6 +1091,8 @@ Editor::sensitize_the_right_region_actions () if (have_compound_regions) { _region_actions->get_action("uncombine-regions")->set_sensitive (true); + } else { + _region_actions->get_action("uncombine-regions")->set_sensitive (false); } if (have_audio) { -- cgit v1.2.3