[gnome-nibbles/arnaudb/wip/gtk4: 62/62] Fix MessageDialog.



commit 11d841774f7a7a4a1eb114df7733338494f039c2
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Jun 18 20:41:37 2020 +0200

    Fix MessageDialog.

 src/nibbles-window.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/nibbles-window.vala b/src/nibbles-window.vala
index 140e6e3..66edda5 100644
--- a/src/nibbles-window.vala
+++ b/src/nibbles-window.vala
@@ -359,6 +359,7 @@ private class NibblesWindow : ApplicationWindow
 
             dialog.destroy ();
         });
+        dialog.present ();
     }
 
     private void pause_cb ()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]