13
0

fix silly unending window dialog logic bug if you fail to open the first session

git-svn-id: svn://localhost/ardour2/branches/3.0@6198 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-11-28 01:53:18 +00:00
parent dfe46da169
commit bcd77018b1

View File

@ -418,12 +418,14 @@ ArdourStartup::setup_final_page ()
void
ArdourStartup::on_cancel ()
{
_applying = false;
gtk_main_quit ();
}
void
ArdourStartup::on_close ()
{
_applying = false;
gtk_main_quit ();
}