README.txt
[gitlive] / Branches.bjs
index 867891f..74bf62f 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "file-gtk-6",
+    "id": "file-gtk-1",
     "name": "Branches",
     "parent": "",
     "title": false,
@@ -16,8 +16,8 @@
             "default_width": 500,
             "title": "Branches",
             "xtype": "Dialog",
-            "|deletable": true,
-            "|modal": true,
+            "|deletable": "true",
+            "|modal": "true",
             "|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": [
@@ -35,7 +35,7 @@
                                     "listeners": {
                                         "clicked": "function (self) {\n\n     return;\n    var RemoteEdit=    imports.RemoteEdit.RemoteEdit\n     RemoteEdit.repo = Remotes.repo;\n    RemoteEdit.el.set_transient_for(Remotes.el);\n\n    var res =  RemoteEdit.show();\n    \n    if (res != false) {\n        Remotes.repo.remotes(res);\n    }\n    \n    this.get('/remotesStore').load();\n\n    \n}"
                                     },
-                                    "label": "Add",
+                                    "label": "Pull",
                                     "pack": "add",
                                     "xtype": "Button",
                                     "|xns": "Gtk"
         }
     ],
     "permname": "",
-    "modOrder": "0"
+    "modOrder": ""
 }
\ No newline at end of file