Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
authorCristhofer Travieso <cristhofert97@gmail.com>2013-06-04 18:47:46 (GMT)
committer Cristhofer Travieso <cristhofert97@gmail.com>2013-06-04 18:47:46 (GMT)
commit4d120162f858e78d97774d1b05fa97b27f0209b3 (patch)
treef597551f6d3982f3c4586ba062a923d9cccfd5c0 /game.py
parent1126bec1eb9716492584ecac622362b85fd202bf (diff)
Add eventbox and color green
Signed-off-by: Cristhofer Travieso <cristhofert97@gmail.com>
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 9c1f5bc..1a8bc82 100644
--- a/game.py
+++ b/game.py
@@ -32,7 +32,7 @@ LINE_WIDTH = 12
BACKGROUND_COLOR = (0, 1, 0)
-class Canvas(Gtk.Fixed):
+class Fixed(Gtk.Fixed):
def __init__(self):
Gtk.Fixed.__init__(self)