summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-14 19:26:21 +0100
committerRobin Gareus <robin@gareus.org>2015-03-14 22:59:07 +0100
commit0544a4039b5ca3f7715b4274186a24ced93a3d08 (patch)
tree8039837f9c5b0647093e93dcd136d6b2c8ccdc41 /gtk2_ardour
parentd8d9f9b486e7ce47f4e48378abe0886b4291e305 (diff)
note to self.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 48605199e2..f94a68d759 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -4241,6 +4241,7 @@ int
ARDOUR_UI::reconnect_to_engine ()
{
if (AudioEngine::instance()->start ()) {
+ // TODO somehow make this the topmost window (above any dialogs currently visible)
if (editor) {
MessageDialog msg (*editor, _("Could not reconnect to the Audio/MIDI engine"));
msg.run ();