changeset 700:22e1893152c5 pyntnclick

Comment out crash button
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 14 Feb 2012 17:17:13 +0200
parents 8edd7b52423a
children 9c920deb28c2
files pyntnclick/tools/rect_drawer.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)