[gnome-mahjongg] Revert "Ensure game is unpaused after Restart Game"



commit e357d918c587e0856d30648b95a70f75e685085c
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Feb 22 11:38:27 2014 -0600

    Revert "Ensure game is unpaused after Restart Game"
    
    This reverts commit ae31034f805fcc775a46e08a35c7a3ddc20ad6a8.
    
    This is causing the clock to start counting immediately at the start of
    the game....

 src/gnome-mahjongg.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index c3fac97..414aeea 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -614,8 +614,6 @@ public class Mahjongg : Gtk.Application
     private void restart_game ()
     {
         game_view.game.reset ();
-        if (game_view.game.paused)
-            pause_cb ();
         update_ui ();
     }
 


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