Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 3 Jul 2012 15:01:04 +0000 (23:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 3 Jul 2012 15:01:04 +0000 (23:01 +0800)
Builder3/Window.js

index 3a1891b..721a01b 100644 (file)
@@ -22,15 +22,15 @@ Window=new XObject({
            Gtk.main_quit();
         },
         show : function (self) {
-          
-        imports.ProjectManager.ProjectManager.loadConfig();
-          
-        print("HIDEWIN - calling MidPropTree hidewin")
-               this.get('/MidPropTree').hideWin();
-            this.get('/RightPalete').hide();
-            this.get('/BottomPane').el.hide();
-            //this.get('/Editor').el.show_all();
-        
+                       
+                 imports.ProjectManager.ProjectManager.loadConfig();
+                       
+                 print("HIDEWIN - calling MidPropTree hidewin")
+                         this.get('/MidPropTree').hideWin();
+                         this.get('/RightPalete').hide();
+                         this.get('/BottomPane').el.hide();
+                         //this.get('/Editor').el.show_all();
+                 
         }
     },
     border_width : 0,