Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-08-11 21:29:32 (GMT)
committer Manuel Kaufmann <humitos@gmail.com>2012-08-11 21:29:32 (GMT)
commit194cbec8f4b372cd21198a6c3a8f7fbea7cac3f0 (patch)
tree8b4c3f67cf4ab25c2118a50c941eb6f7665b8d80
parent41301f33309be9121041a6320c24d8a0675264ae (diff)
Bugfix: rename old classHEADmaster
-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)