X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Clones.bjs;h=1cb2f79a4701872d4192551cb785530d6c4fd6d0;hb=a7c183ca4df657b31d1633033916fd551d9ef61a;hp=36a60918d8da52966e8d9fb4c4397b278816434c;hpb=eca9cfacf54c52df5976316aaca946949129dbbb;p=gitlive diff --git a/Clones.bjs b/Clones.bjs index 36a60918..1cb2f79a 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -13,6 +13,7 @@ "response" : "(self, response_id) => { \n \n this.el.hide();\n \n}" }, "boolean deletable" : true, + "| void loadAndShow" : "() {\n\n}\n", "default_width" : 1024, "| void show" : "() {\n\n GLib.debug(\"show clones?\");\n this.el.set_deletable(true);\n this.el.set_gravity(Gdk.Gravity.NORTH);\n this.el.move((Gdk.Screen.width() / 2 ) -400 ,0);\n \n this.el.set_default_size(\n\t\t\tint.min(1024,Gdk.Screen.width()),\n\t\t\tint.max(500,Gdk.Screen.height() - 300)\n\t);\n \n this.el.show_all();\n _this.reposStore.load();\n this.el.set_keep_above(true);\n GLib.debug(\"show clones = run?\");\n this.el.run();\n // load clones..\n// this.get('/reposStore').load();\n \n //this.get('/ok_button').el.set_sensitive(false);\n \n // block until we return.\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 //print(JSON.stringify(this.get('bug').getValue()));\n // return this.get('bug').getValue();\n //this.success = c.success;\n}\n", "title" : "Manage Clones",