[gnome-chess] Revert "Workaround signal misfires that led to crash"



commit 403a860b942c2932a15b0f146eb9fd1bc8dc4aaf
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jun 22 21:53:37 2014 -0500

    Revert "Workaround signal misfires that led to crash"
    
    This reverts commit a3f1007fe7ea7270c188798e61cd4b7e7c00190e.

 src/gnome-chess.vala |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 721f7be..14caf9a 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -426,17 +426,6 @@ public class Application : Gtk.Application
             else
                 warning ("Chess game has SetUp tag but no FEN tag");
         }
-
-        /* Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=732067 */
-        if (game != null)
-        {
-            game.started.disconnect (game_start_cb);
-            game.turn_started.disconnect (game_turn_cb);
-            game.moved.disconnect (game_move_cb);
-            game.undo.disconnect (game_undo_cb);
-            game.ended.disconnect (game_end_cb);
-        }
-
         game = new ChessGame (fen, moves);
 
         /*


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