Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SliderPuzzleUI.py
diff options
context:
space:
mode:
Diffstat (limited to 'SliderPuzzleUI.py')
-rwxr-xr-xSliderPuzzleUI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SliderPuzzleUI.py b/SliderPuzzleUI.py
index 506bdc0..ab48577 100755
--- a/SliderPuzzleUI.py
+++ b/SliderPuzzleUI.py
@@ -100,7 +100,7 @@ def prepare_btn(btn, w=-1, h=-1):
class SliderPuzzleUI (Gtk.Table):
- __gsignals__ = {'game-state-changed' : (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (int,))}
+ __gsignals__ = {'game-state-changed' : (GObject.SIGNAL_RUN_LAST, GObject.TYPE_NONE, (int,))}
def __init__(self, parent):
super(SliderPuzzleUI, self).__init__(3,3,False)