# HG changeset patch # User Neil Muller # Date 1329232633 -7200 # Node ID 22e1893152c584b985d6ee024329573d19395f79 # Parent 8edd7b52423a8aded6f70802dc021df0e9b56445 Comment out crash button diff -r 8edd7b52423a -r 22e1893152c5 pyntnclick/tools/rect_drawer.py --- a/pyntnclick/tools/rect_drawer.py Tue Feb 14 17:16:04 2012 +0200 +++ b/pyntnclick/tools/rect_drawer.py Tue Feb 14 17:17:13 2012 +0200 @@ -323,7 +323,9 @@ print print - def image_load(self): + def image_load(self, ev, widget): + # XXX: Needs file choose widget + return image_path = ('%s/Resources/images/%s' % (script_path, self.state.current_scene.FOLDER)) imagename = request_old_filename(directory=image_path)