[gnome-games] gnotravex: Reset clock on new game
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] gnotravex: Reset clock on new game
- Date: Fri, 31 Aug 2012 08:27:38 +0000 (UTC)
commit 24d073d5890a08cb934ea983a62074ddc4ff284d
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Aug 31 20:27:26 2012 +1200
gnotravex: Reset clock on new game
gnotravex/src/gnotravex.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnotravex/src/gnotravex.vala b/gnotravex/src/gnotravex.vala
index 608d91e..04152b9 100644
--- a/gnotravex/src/gnotravex.vala
+++ b/gnotravex/src/gnotravex.vala
@@ -215,6 +215,7 @@ public class Gnotravex : Gtk.Application
puzzle.tick.connect (tick_cb);
puzzle.solved.connect (solved_cb);
view.puzzle = puzzle;
+ tick_cb ();
var pause = lookup_action ("pause") as SimpleAction;
pause.change_state (false);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]