[swell-foop/arnaudb/code-improvements] Fix new-game-confirmation dialog on first game.



commit 4df531aa4d96c84b0a50cd5ac66877b3fe109bc1
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat May 2 18:22:01 2020 +0200

    Fix new-game-confirmation dialog on first game.

 src/window.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/window.vala b/src/window.vala
index 44a57b4..3beb6a9 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -87,6 +87,7 @@ private class SwellFoopWindow : ApplicationWindow
         /* Game score change will be sent to the main window and show in the score label */
         game.update_score.connect (update_score_cb);
         game.complete.connect (complete_cb);
+        game.started.connect (started_cb);
 
         /* Create an instance of game view. This follow the Model-View-Controller paradigm */
         view = new GameView ();


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