[gnome-nibbles/wip/vala] Load scores before showing the window



commit ee9ff1bcd4171c4a91200ef626bb093f876b7535
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 19 18:07:38 2015 -0500

    Load scores before showing the window

 src/gnome-nibbles.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-nibbles.vala b/src/gnome-nibbles.vala
index f46da8b..71b17e0 100644
--- a/src/gnome-nibbles.vala
+++ b/src/gnome-nibbles.vala
@@ -214,10 +214,10 @@ public class Nibbles : Gtk.Application
         else
             show_new_game_screen_cb ();
 
-        window.show ();
-
         /* Create scores */
         create_scores ();
+
+        window.show ();
     }
 
     protected override void activate ()


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