Merger.bjs
authorAlan Knowles <alan@akbkhome.com>
Sun, 11 Sep 2011 14:51:55 +0000 (22:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 11 Sep 2011 14:51:55 +0000 (22:51 +0800)
Merger.bjs

index 8c7bc0f..d772f77 100644 (file)
                                                     },
                                                     "pack": "add",
                                                     "xtype": "TreeView",
-                                                    "|init": "function() {\n    XObject.prototype.init.call(this);\n        var description = new Pango.FontDescription.c_new();\n   description.set_size(8000);\n     this.el.modify_font(description);\n\n     this.selection = this.el.get_selection();\n      this.selection.set_mode( Gtk.SelectionMode.MULTIPLE);\n    var _this = this;\n    /*\n 780                                                                     \n 781                                                                         // is this really needed??\n 782                                                                         this.selection.signal['changed'].connect(function() {\n 783                                                                                 _this.get('/LeftTree.view').listeners.cursor_changed.apply(\n 784                                                                                     _this.get('/LeftTree.view'), [ _this.get('/LeftTree.view'), '']\n 785                                                                                 );\n 786                                                                         });\n 787                                                                         \n */\n }\n",
+                                                    "|init": "function() {\n    XObject.prototype.init.call(this);\n        var description = new Pango.FontDescription.c_new();\n   description.set_size(8000);\n     this.el.modify_font(description);\n\n     this.selection = this.el.get_selection();\n      this.selection.set_mode( Gtk.SelectionMode.MULTIPLE);\n    var _this = this;\n  this.selection.signal['changed'].connect(function() {\n     _this.get('/changedFilesStore').listeners.cursor_changed.apply(\n          _this.get('/LeftTree.view'), [ _this.get('/LeftTree.view'), '']\n       );\n             });\n  }\n",
                                                     "|xns": "Gtk",
                                                     "items": [
                                                         {