Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mouth.py
diff options
context:
space:
mode:
Diffstat (limited to 'mouth.py')
-rw-r--r--mouth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouth.py b/mouth.py
index 93b14c5..f51b860 100644
--- a/mouth.py
+++ b/mouth.py
@@ -34,7 +34,7 @@ class Mouth(Gtk.DrawingArea):
def __init__(self, audioSource, fill_color):
GObject.GObject.__init__(self)
- self.connect("expose_event", self.expose)
+ self.connect("draw", self.expose)
self.buffers = []
self.buffer_size = 256
self.main_buffers = []