summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-14 23:08:17 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-14 23:08:17 +0000
commit53838fc350887b01c260c8af17cd45a3cab7e4fb (patch)
tree6ff036fef2fe20d4a4d5402a31c0d270b97aa4d2 /gtk2_ardour/session_option_editor.cc
parentbb9647abfea66b047801c5fb4a951c320616da27 (diff)
Allow multiple bundles with the same ports in the bundle editor, otherwise sometimes important bundles can be incorrectly hidden.
git-svn-id: svn://localhost/ardour2/branches/3.0@6087 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/session_option_editor.cc')
-rw-r--r--gtk2_ardour/session_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/session_option_editor.cc b/gtk2_ardour/session_option_editor.cc
index f8f060684f..49d24a124f 100644
--- a/gtk2_ardour/session_option_editor.cc
+++ b/gtk2_ardour/session_option_editor.cc
@@ -32,7 +32,7 @@ public:
_port_group->add_bundle (_session.click_io()->bundle());
_port_group->add_bundle (_session.the_auditioner()->output()->bundle());
} else {
- _ports[OTHER].gather (_session, true);
+ _ports[OTHER].gather (_session, true, false);
}
}