src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 14:05:56 +0000 (22:05 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 14:05:56 +0000 (22:05 +0800)
src/Builder4/WindowState.vala

index 67b72a6..73ba872 100644 (file)
@@ -808,7 +808,7 @@ public class WindowState : Object
         this.win.addfilebutton.el.hide();
         this.win.delprojectbutton.el.hide();
         this.win.new_window.el.hide();
-
+        this.win.reload_resources.el.hide();
         
         switch (this.state) {
             
@@ -849,6 +849,7 @@ public class WindowState : Object
                 this.win.addfilebutton.el.show();
                 this.win.delprojectbutton.el.show();
                 this.win.new_window.el.show();
+                this.win.reload_resources.el.show();
                 break;
         }