Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SliderPuzzleUI.py
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-18 17:22:00 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-18 17:22:00 (GMT)
commit381577689496911d9b5661046f80bd92b421fc28 (patch)
tree6e5c803e90bae4fc29c82eb5259bf61e5aa5380a /SliderPuzzleUI.py
parente613ca2924e44688f1629196773fe9d8753fe33d (diff)
Fixes.
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)