summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2015-10-07 14:26:23 +0200
committerSimon Rettberg2015-10-07 14:26:23 +0200
commit160fa67b604ffeb22773aea508499a00e59bbd94 (patch)
treec9f150c68bfb67fc0069de2c0bdf32967bda1dd7
parent[pwgui] Only kill printergui after we tried running the backend for the first... (diff)
downloadprintergui-160fa67b604ffeb22773aea508499a00e59bbd94.tar.gz
printergui-160fa67b604ffeb22773aea508499a00e59bbd94.tar.xz
printergui-160fa67b604ffeb22773aea508499a00e59bbd94.zip
[pwgui] Actually execute the message box after creating it...
-rw-r--r--src/pwgui/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pwgui/main.cpp b/src/pwgui/main.cpp
index ad73c24..9a8dd36 100644
--- a/src/pwgui/main.cpp
+++ b/src/pwgui/main.cpp
@@ -580,6 +580,7 @@ static void helper_messageBox(const char *caption, const char *text, const bool
msgBox.showNormal();
msgBox.raise();
msgBox.activateWindow();
+ msgBox.exec();
exit(0);
return;
}