Use non-deprecated Gtk::Widget::hide API in gtk2_ardour

This commit is contained in:
Tim Mayberry 2015-02-27 22:45:04 +10:00
parent 24bc99a9d8
commit cf161c2da2
9 changed files with 15 additions and 15 deletions

View file

@ -112,7 +112,7 @@ void
LuaScriptManager::session_going_away ()
{
ArdourWindow::session_going_away ();
hide_all();
hide();
}
void