summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-06-25 13:31:20 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-06-25 13:31:20 +0000
commitc8b70602e7f9b3c9646e7aca339aef708a6645bd (patch)
tree7a73a849d00f7a6eb2b2b99a233241d075a639be /gtk2_ardour/ardour_ui.cc
parentb901e143ab6545ab6678b04f7dd132a1ce6fa115 (diff)
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
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 7d310706cc..841d74f0b2 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -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;