[gnome-chess] Pause button should be insensitive after game ends
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Pause button should be insensitive after game ends
- Date: Sat, 3 Aug 2013 03:32:48 +0000 (UTC)
commit 1d681d5c95e4f861631a4033626a75d479692e9a
Author: Michael Catanzaro <mike catanzaro gmail com>
Date: Fri Aug 2 20:18:41 2013 -0500
Pause button should be insensitive after game ends
src/gnome-chess.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index f284c25..5abb3f3 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -965,6 +965,7 @@ public class Application : Gtk.Application
resign_button.sensitive = false;
undo_button.sensitive = false;
claim_draw_button.sensitive = false;
+ pause_button.sensitive = false;
game_needs_saving = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]