Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 25 Apr 2011 04:04:30 +0000 (12:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 25 Apr 2011 04:04:30 +0000 (12:04 +0800)
Builder3/Window.js

index fd59dea..93c992a 100644 (file)
@@ -2803,7 +2803,7 @@ Window=new XObject({
                         {
                             xtype: Gtk.HPaned,
                             pack : "add",
-                            id : 'CenterEast',
+                            id : 'centereast',
                             position : 500,
 
                             items : [
@@ -3909,7 +3909,7 @@ Window=new XObject({
                                         
                                           this.get('buttonbar').el.show();
                                            this.get('viewbox').el.hide();
-                                           var ce = this.get('/Window.CenterEast').el;
+                                           var ce = this.get('centerEast').el;
                                            ce.setPostion(ce.max_position - 30);
                                              
                                            print("TRIED TO HIDE");