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

index e93063f..359cc45 100644 (file)
@@ -449,7 +449,14 @@ public class WindowState : Object
                 this.win.addpropbutton.el.show();  
                 this.win.addlistenerbutton.el.show(); 
                 
-                
+            case State.FILES:
+                this.win.backbutton.el.show();
+                     
+                this.win.addprojectbutton.el.show();
+                this.win.addfilebutton.el.show();
+                this.win.delprojectbutton.el.show();
+                this.win.new_window.el.show();
+  
         
 
     }