From e2d7fb8bce6d81f17a9827a1737c8e2820c89af6 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sun, 25 Oct 2009 21:11:43 +0000 Subject: hide the bar while waiting for the bonus. --- diff --git a/src/boards/python/drawnumber.py b/src/boards/python/drawnumber.py index fa7c51b..ea11b41 100755 --- a/src/boards/python/drawnumber.py +++ b/src/boards/python/drawnumber.py @@ -183,6 +183,7 @@ class Gcompris_drawnumber : if idpt == self.MAX : #Action to execute if all points have been selected in good way gcompris.set_background(self.ROOT, self.data[self.gcomprisBoard.sublevel][0][2]) self.gamewon = 1 + gcompris.bar_hide(True) self.timeout = gobject.timeout_add(1500, self.lauch_bonus) # The level is complete -> Bonus display else : #Action to execute if the selected point isn't the last one of this level -- cgit v0.9.1