[iagno] Hide player at move indicator when game is over
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Hide player at move indicator when game is over
- Date: Thu, 23 Jan 2014 03:06:45 +0000 (UTC)
commit bc5c8390862c9756e75b4061db6890df81738d56
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 cc3040a..2927c06 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -374,6 +374,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]