From 0e96fb5b83bebdde124ed5f76e7735efb29d4305 Mon Sep 17 00:00:00 2001 From: abhunkin Date: Sun, 10 Jun 2012 19:41:57 +0000 Subject: Version 2: bug fix --- diff --git a/activity/activity.info b/activity/activity.info index 7373e19..1e686b3 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -5,7 +5,7 @@ name = ChimePlay bundle_id = org.laptop.ChimePlay icon = activity-chimeplay -activity_version = 1 +activity_version = 2 host_version = 1 diff --git a/chimeplay.py b/chimeplay.py index 7d48750..4659717 100644 --- a/chimeplay.py +++ b/chimeplay.py @@ -12,6 +12,8 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # +# version 2: +# bug fix import csndsugui from sugar.activity import activity @@ -152,6 +154,7 @@ repeats of a given chime.\t", all, brown) if self.ver != 0: self.box1.destroy() self.box2.destroy() + self.box3.destroy() self.ver = 2 self.box1 = self.w.box(True, self.bb) self.w.text(" ", self.box1) -- cgit v0.9.1