force jack-disconnected dialog to top (fixes #5291)
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 21 Jan 2013 13:13:02 +0000 (13:13 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 21 Jan 2013 13:13:02 +0000 (13:13 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13942 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour_ui.cc

index a0cd4a377b40cff1e4f4570aff9e03cfb78d897a..4426605e7c562e08513c3ebefa4688ace8602cc6 100644 (file)
@@ -1970,8 +1970,9 @@ JACK, reconnect and save the session."), PROGRAM_NAME);
 
        MessageDialog msg (*editor, msgstr);
        pop_back_splash (msg);
+       msg.set_keep_above (true);
        msg.run ();
-
+       
        if (free_reason) {
                free (const_cast<char*> (reason));
        }