Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/eye.py
diff options
context:
space:
mode:
Diffstat (limited to 'eye.py')
-rw-r--r--eye.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/eye.py b/eye.py
index ad0a69a..3694bb3 100644
--- a/eye.py
+++ b/eye.py
@@ -31,7 +31,7 @@ import math
class Eye(Gtk.DrawingArea):
def __init__(self, fill_color):
GObject.GObject.__init__(self)
- self.connect("expose_event", self.expose)
+ self.connect("draw", self.expose)
self.frame = 0
self.blink = False
self.x, self.y = 0, 0