summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_list.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-04-22 01:49:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-04-22 01:49:48 +0000
commit18b94f129d1e363bff283c71c2432d704c1473c5 (patch)
treeaccba28e432d8729734f09dd32ea2333a18d6f69 /gtk2_ardour/editor_route_list.cc
parentc287ebec9b92d7abb48a92daf11bac0152cc6789 (diff)
lincoln's route connection cleanup patch
git-svn-id: svn://localhost/ardour2/branches/3.0@4996 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_list.cc')
-rw-r--r--gtk2_ardour/editor_route_list.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_route_list.cc b/gtk2_ardour/editor_route_list.cc
index 8ab6d5fe59..603be60068 100644
--- a/gtk2_ardour/editor_route_list.cc
+++ b/gtk2_ardour/editor_route_list.cc
@@ -204,7 +204,8 @@ Editor::remove_route (TimeAxisView *tv)
next_tv = (*i);
}
}
- if (current_mixer_strip && current_mixer_strip->route() == route) {
+
+ if (current_mixer_strip && current_mixer_strip->route() == route) {
if (next_tv) {
set_selected_mixer_strip (*next_tv);
@@ -215,7 +216,7 @@ Editor::remove_route (TimeAxisView *tv)
ActionManager::uncheck_toggleaction ("<Actions>/Editor/show-editor-mixer");
}
- }
+ }
}
void