move splash screen to the back if pending state dialog is shown
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 25 Jun 2009 13:31:20 +0000 (13:31 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 25 Jun 2009 13:31:20 +0000 (13:31 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5271 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour_ui.cc

index 7d310706ccf2f0f8260bc555a892dd4b75708d21..841d74f0b20ba9e25dbdb181827146f0108bbb6e 100644 (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;