[simple-scan/gnome-3-12: 10/13] Fix error dialogs not showing
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan/gnome-3-12: 10/13] Fix error dialogs not showing
- Date: Thu, 27 Apr 2017 09:14:58 +0000 (UTC)
commit ae67557a059b3875614b2fca4fe5952cb19ef61b
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Aug 7 16:14:25 2015 +1200
Fix error dialogs not showing
src/ui.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ui.vala b/src/ui.vala
index 7b50d19..6f0eb75 100644
--- a/src/ui.vala
+++ b/src/ui.vala
@@ -241,6 +241,7 @@ public class UserInterface
"%s", error_title);
dialog.add_button (_("_Close"), 0);
dialog.format_secondary_text ("%s", error_text);
+ dialog.run ();
dialog.destroy ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]