Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Main.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-19 16:27:12 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-21 11:51:11 (GMT)
commit1b5f8bdd6ccb09b7f6f2914cf9044d294e16be4a (patch)
tree5024ee174b066817da646ef3816d47e9ecf03bd8 /Main.py
parent22f0c6ef272e7400a57f44e75a562eded95337af (diff)
...
Diffstat (limited to 'Main.py')
-rw-r--r--Main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.py b/Main.py
index 8332f66..b11be9c 100644
--- a/Main.py
+++ b/Main.py
@@ -150,7 +150,7 @@ class CartoonBuilder:
self.drawmain()
def _sound_cb(self, widget):
- Sound.switch(widget.props.value)
+ Sound.change(widget.props.value)
def oldplayframe(self):
self.mfdraw.fgimgpath = self.frameimgpaths[self.playframenum]