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-x[-rw-r--r--]SliderPuzzleUI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SliderPuzzleUI.py b/SliderPuzzleUI.py
index 70a7102..802ea82 100644..100755
--- a/SliderPuzzleUI.py
+++ b/SliderPuzzleUI.py
@@ -196,7 +196,7 @@ class SliderPuzzleUI (gtk.Table):
- self.thumb = ImageSelectorWidget(frame_color=COLOR_FRAME_THUMB, prepare_btn_cb=prepare_btn, image_dir='images')
+ self.thumb = ImageSelectorWidget(self._parent,frame_color=COLOR_FRAME_THUMB, prepare_btn_cb=prepare_btn, image_dir='images')
self.thumb.connect("category_press", self.do_select_category)
self.thumb.connect("image_press", self.set_nr_pieces)
control_panel_box.pack_start(self.thumb, False)