DependTree/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:27:39 +0000 (17:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:27:39 +0000 (17:27 +0800)
DependTree/Window.js

index 78702a8..05dd625 100644 (file)
@@ -78,7 +78,7 @@ Window=new XObject({
                             items : [
                                 {
                                     xtype: Gtk.ListStore,
-                                    id : "children-list-store"
+                                    id : "method-list-store"
                                 },
                                 {
                                     xtype: Gtk.TreeViewColumn,
@@ -101,7 +101,7 @@ Window=new XObject({
                             items : [
                                 {
                                     xtype: Gtk.ListStore,
-                                    id : "method-list-store"
+                                    id : "children-list-store"
                                 },
                                 {
                                     xtype: Gtk.TreeViewColumn,