[iagno/wip/redesign: 3/3] Hide player at move indicator when game is over
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno/wip/redesign: 3/3] Hide player at move indicator when game is over
- Date: Tue, 22 Oct 2013 03:49:29 +0000 (UTC)
commit 55cf6e294bed67873d75d0b7cdc7f41aff2db51a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Oct 21 22:45:19 2013 -0500
Hide player at move indicator when game is over
src/iagno.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index bf14105..614eb56 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -376,6 +376,8 @@ public class Iagno : Gtk.Application
update_ui ();
play_sound ("gameover");
new_game_label.label = _("Play _Again");
+ dark_active_image.visible = false;
+ light_active_image.visible = false;
}
private void play_sound (string name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]