13
0

Fixed multiple presenting of session window (very annoying when the error dialog comes up).

git-svn-id: svn://localhost/ardour2/trunk@917 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2006-09-16 04:09:13 +00:00
parent 5cbce5b762
commit b9b736899c

View File

@ -1833,8 +1833,6 @@ ARDOUR_UI::make_session_clean ()
session->set_clean ();
}
show ();
return FALSE;
}