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:
parent
dfe46da169
commit
bcd77018b1
@ -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 ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user