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

index bda3560..10855c2 100644 (file)
@@ -58,7 +58,7 @@
                                     "|xns": "Gtk",
                                     "items": [
                                         {
-                                            "id": "remotesStore",
+                                            "id": "branchStore",
                                             "pack": "set_model",
                                             "xtype": "ListStore",
                                             "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.set_column_types ( 3, [\n       GObject.TYPE_STRING, // file  \n      GObject.TYPE_STRING, // added\n      GObject.TYPE_STRING, // removed\n  ] );\n}\n",