[gcompris] minor: use correct LION bonus name after bug fixed
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] minor: use correct LION bonus name after bug fixed
- Date: Tue, 25 Sep 2012 22:11:34 +0000 (UTC)
commit bba40e9e2ef643b6d3d63f7684768e1e928e6aee
Author: Peter Albrecht <pa-dev gmx de>
Date: Fri Sep 7 23:21:20 2012 +0200
minor: use correct LION bonus name after bug fixed
src/mining-activity/mining.py | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/mining-activity/mining.py b/src/mining-activity/mining.py
index 93abf29..f91af10 100644
--- a/src/mining-activity/mining.py
+++ b/src/mining-activity/mining.py
@@ -262,11 +262,8 @@ class Gcompris_mining:
def on_level_won(self):
""" The user collected enough nuggets """
-
self.is_game_won = True;
-
- # display the lion bonus (I have no idea, why it has the GNU-label)
- gcompris.bonus.display(gcompris.bonus.WIN, gcompris.bonus.GNU)
+ gcompris.bonus.display(gcompris.bonus.WIN, gcompris.bonus.LION)
def pause(self, pause):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]