FixBug.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 11:21:53 +0000 (19:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 11:21:53 +0000 (19:21 +0800)
FixBug.js

index 6f38e1d..588b60c 100644 (file)
--- a/FixBug.js
+++ b/FixBug.js
@@ -55,10 +55,11 @@ FixBug=new XObject({
         this.el.show_all();
         
         // block until we return.
-        this.el.run();
-        
-        print(JSON.stringify(this.get('bug').getValue()));
+        var run_ret = this.el.run();
+        print("RUN RETURN : " + run_ret);
         
+        //print(JSON.stringify(this.get('bug').getValue()));
+        return this.get('bug').getValue();
         //this.success = c.success;
     },
     items : [