[iagno] Revert "Workaround signal misfires"



commit dec47cb6b8ae94153954cce50bc448f13c0e31fd
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jun 22 22:03:02 2014 -0500

    Revert "Workaround signal misfires"
    
    This reverts commit 73f3e72b6aa5425e33cb4c1f41f30518c23f0ab1.
    
    I believe I accidentally fixed this with
    0d3ac0a19d83d7a457c27913858f7cdcfbcc4043 and if not, I want to know.

 src/iagno.vala |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index 147770b..2ff902a 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -321,11 +321,8 @@ public class Iagno : Gtk.Application
         }
     }
 
-    private void game_move_cb (Game g)
+    private void game_move_cb ()
     {
-        /* Bug #708130 */
-        return_if_fail (g == game);
-
         play_sound ("flip-piece");
 
         if (!game.can_move (game.current_color))


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