Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'game.py')
-rw-r--r--game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.py b/game.py
index c873afc..ed00cd6 100644
--- a/game.py
+++ b/game.py
@@ -43,7 +43,7 @@ class Canvas(Gtk.DrawingArea):
None, [int])}
def __init__(self):
- Gtk.DrawingArea.__init__(self)
+ GObject.GObject.__init__(self)
self._mode = MODE_CROSS
self.circles = []