Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Main.py
diff options
context:
space:
mode:
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]