Branches.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 07:33:25 +0000 (15:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 07:33:25 +0000 (15:33 +0800)
Branches.bjs

index 10855c2..dcec477 100644 (file)
@@ -18,7 +18,7 @@
             "xtype": "Dialog",
             "|deletable": true,
             "|modal": true,
-            "|show": "function(c) {\n    \n    if (!this.el) {\n        this.init();\n    }\n    var _this = this;\n    this.get('/branchView').load();\n    this.el.show_all();\n    \n    var run_ret = this.el.run();\n    if (run_ret < 1 ) {\n        return  \"DONE\";\n    }\n    print(\"RUN RETURN : \" + run_ret);\n    return \"DONE\";\n    \n}\n",
+            "|show": "function(c) {\n    \n    if (!this.el) {\n        this.init();\n    }\n    var _this = this;\n    this.get('/branchStore').load();\n    this.el.show_all();\n    \n    var run_ret = this.el.run();\n    if (run_ret < 1 ) {\n        return  \"DONE\";\n    }\n    print(\"RUN RETURN : \" + run_ret);\n    return \"DONE\";\n    \n}\n",
             "|xns": "Gtk",
             "items": [
                 {