Split route group list out of Editor.

git-svn-id: svn://localhost/ardour2/branches/3.0@5308 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-07-03 18:37:15 +00:00
parent 6e614ae3bf
commit b233455b3f
22 changed files with 980 additions and 885 deletions

View file

@ -486,7 +486,7 @@ Mixer_UI::connect_to_session (Session* sess)
show_window();
}
_group_tabs->set_session (sess);
_group_tabs->connect_to_session (sess);
start_updating ();
}