src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Sat, 28 Feb 2015 10:05:33 +0000 (18:05 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 28 Feb 2015 10:05:33 +0000 (18:05 +0800)
src/Builder4/WindowState.vala

index 95b53c4..befa411 100644 (file)
@@ -360,7 +360,11 @@ public class WindowState : Object
         });
         this.clutterfiles.el.transitions_completed.connect(() => {
             if (this.state == State.FILES) {
-                this.pre
+                this.win.rooview.el.hide();
+            } else {
+                this.clutterfiles.el.hide();
+            }
+            
             
         }))