From 194cbec8f4b372cd21198a6c3a8f7fbea7cac3f0 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Sat, 11 Aug 2012 21:29:32 +0000 Subject: Bugfix: rename old class --- 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) -- cgit v0.9.1