FixBug.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 08:41:19 +0000 (16:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 08:41:19 +0000 (16:41 +0800)
FixBug.bjs

index d0ce97b..bbdb1e1 100644 (file)
@@ -37,7 +37,7 @@
                                     "|xns": "Gtk"
                                 },
                                 {
-                                    "id": "xtype",
+                                    "id": "bug",
                                     "pack": "pack_end,true,true,3",
                                     "xtype": "ComboBox",
                                     "|getValue": "function() {\n     var ix = this.el.get_active();\n            if (ix < 0 ) {\n                return '';\n            }\n            return this.get('model').data[ix].xtype;\n}\n",