src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Thu, 26 Feb 2015 11:19:11 +0000 (19:19 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 26 Feb 2015 11:19:11 +0000 (19:19 +0800)
src/Builder4/WindowState.vala

index d0d2a04..ede0f18 100644 (file)
@@ -417,8 +417,16 @@ public class WindowState : Object
                  
                 
                 this.win.objectshowbutton.el.show(); // add objects
+                this.win.addpropbutton.el.show();  
+                this.win.addlistenerbutton.el.show();  
             
-        
+                this.win.addprojectbutton.el.hide();
+                this.win.addfilebutton.el.hide();
+                 this.win.delprojectbutton.el.hide();
+                 this.win.new_window.el.hide();
+
+            
+                
         
 
     }