[iagno] Fix build



commit 67b851be385242726a389eb5d612360b64e18c57
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jun 30 12:18:28 2014 -0500

    Fix build
    
    Oops

 src/iagno.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index 2ff902a..f046873 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -281,7 +281,7 @@ public class Iagno : Gtk.Application
         /* For undo after the end of the game */
         new_game_button.hide ();
 
-        game_move_cb (game);
+        game_move_cb ();
     }
 
     private void about_cb ()


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