mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
mega commit to remove gtk_object cruft, and much other stuff
git-svn-id: svn://localhost/trunk/ardour2@139 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d6a27c9537
commit
2b49b2433b
30 changed files with 402 additions and 704 deletions
|
|
@ -364,7 +364,7 @@ RouteParams_UI::set_session (Session *sess)
|
|||
// GTK2FIX
|
||||
// route_select_list.freeze ();
|
||||
|
||||
route_display_model.clear();
|
||||
route_display_model->clear();
|
||||
|
||||
if (session) {
|
||||
session->foreach_route (this, &RouteParams_UI::add_route);
|
||||
|
|
@ -386,7 +386,7 @@ RouteParams_UI::session_gone ()
|
|||
{
|
||||
ENSURE_GUI_THREAD(mem_fun(*this, &RouteParams_UI::session_gone));
|
||||
|
||||
route_display_model.clear();
|
||||
route_display_model->clear();
|
||||
|
||||
cleanup_io_frames();
|
||||
cleanup_pre_view();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue