summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-05-26 12:24:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-05-26 12:24:04 +0000
commitf38db9a4e350de376308d89059ba123a16719f1a (patch)
tree911e0a02baee2cf412ea675d8267e0a449f25603 /gtk2_ardour/editor_selection.cc
parentaf02cbcafa96e7d88f1d06923ac00440be4d049b (diff)
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
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc2
1 files changed, 2 insertions, 0 deletions
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) {