[gnome-taquin] Weird bug.



commit 1ba330d4dde92941c0d63ee4bce642777fe55c32
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Mar 2 22:49:28 2015 +0100

    Weird bug.

 configure.ac         |    2 +-
 src/taquin-main.vala |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cc51a7b..0e977ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ dnl ###########################################################################
 dnl GResources
 dnl ###########################################################################
 
-AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
+AC_PATH_PROG([GLIB_COMPILE_RESOURCES],[glib-compile-resources])
 
 dnl ###########################################################################
 dnl Internationalization
diff --git a/src/taquin-main.vala b/src/taquin-main.vala
index 3de8b00..27dd8b6 100644
--- a/src/taquin-main.vala
+++ b/src/taquin-main.vala
@@ -187,9 +187,8 @@ public class Taquin : Gtk.Application
         // TODO window.add_action (settings.create_action ("size"));        // Problem: cannot use this way 
for an integer from a menu; works for radiobuttons in Iagno
         // TODO window.add_action (settings.create_action ("theme"));       // Problem: a bug that exists in 
the three tries, and in Iagno: you cannot manually change the gsetting or it bugs completely (gsetting 
between two states)
 
-        start_game ();
-
         add_window (window);
+        start_game ();
     }
 
     protected override void activate ()


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