Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabhunkin <abhunkin@uncg.edu>2012-06-10 19:41:57 (GMT)
committer abhunkin <abhunkin@uncg.edu>2012-06-10 19:41:57 (GMT)
commit0e96fb5b83bebdde124ed5f76e7735efb29d4305 (patch)
tree761cf3ecec7e22ce997564e4c12754302f41166a
parent1c7cecc5f46222cabbe3b4f11e099c35efa501eb (diff)
Version 2: bug fixHEADmaster
-rw-r--r--activity/activity.info2
-rw-r--r--chimeplay.py3
2 files changed, 4 insertions, 1 deletions
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)