move splash screen to the back if pending state dialog is shown

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5271 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-06-25 13:31:20 +00:00
parent b901e143ab
commit c8b70602e7

View file

@ -3167,6 +3167,8 @@ what you would like to do.\n"));
image->show();
hbox->show();
pop_back_splash ();
switch (dialog.run ()) {
case RESPONSE_ACCEPT:
return 1;