Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--touch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/touch.py b/touch.py
index 584659d..069e522 100644
--- a/touch.py
+++ b/touch.py
@@ -27,7 +27,7 @@ class TouchWidget(Gtk.DrawingArea):
self.touches = {}
self.gesture = []
- super(TestTouch, self).__init__()
+ super(TouchWidget, self).__init__()
self.set_events(Gdk.EventMask.TOUCH_MASK)
self.connect('draw', self.__draw_cb)
self.connect('event', self.__event_cb)