[gnome-mahjongg] Update the clock label when starting a new game



commit bc886390527d50549cd6161e047082ec0df259a0
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Feb 20 00:18:23 2014 -0600

    Update the clock label when starting a new game

 src/gnome-mahjongg.vala |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index ee04651..50055fc 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -639,6 +639,9 @@ public class Mahjongg : Gtk.Application
         title.set_label (_(display_name));
 
         update_ui ();
+
+        /* Update clock label */
+        tick_cb ();
         
         /* Reset the pause button in case it was set to resume */
         var pause_image = (Gtk.Image) pause_button.image;


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