DependTree/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:47:17 +0000 (18:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:47:17 +0000 (18:47 +0800)
DependTree/Window.bjs

index 28a73e4..7f3cb39 100644 (file)
@@ -72,7 +72,7 @@
                                                     "items": [
                                                         {
                                                             "listeners": {
-                                                                "toggled": "function (self, path) {\n    print(\"TOGGLE\");\n}"
+                                                                "toggled": "function (self, path) {\n    print(\"TOGGLE\");\n    this.get('class-list-store').getRow(path);\n}"
                                                             },
                                                             "activatable": true,
                                                             "xtype": "CellRendererToggle",