[iagno] Reallow undo after the end of the game
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Reallow undo after the end of the game
- Date: Mon, 30 Sep 2013 00:00:38 +0000 (UTC)
commit 370e5931cf7507dd96b77f633716e9c04c2b37d8
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Sep 28 20:27:02 2013 -0500
Reallow undo after the end of the game
This now works fine, even if the board has been flipped. Not sure
what's changed to fix this.
src/iagno.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index 8a58f1f..69c091c 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -369,7 +369,6 @@ public class Iagno : Gtk.Application
private void game_complete_cb ()
{
update_ui ();
- undo_action.set_enabled (false);
if (game.n_light_tiles > game.n_dark_tiles)
show_message (_("Light player wins!"), Gtk.MessageType.INFO);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]