src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 01:31:09 +0000 (09:31 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 01:31:09 +0000 (09:31 +0800)
src/builder_vala.stamp-t

src/Builder4/WindowState.vala

index 0c4c017..3ffd27a 100644 (file)
@@ -509,7 +509,7 @@ public class WindowState : Object
             case State.PROP:
                 var ae =      this.left_tree.getActiveElement();
                 if (ae == null) {
-                    this.state = this.oldstate;
+                    this.state = oldstate;
                     this.buttonShowHide();
                     return;
                 }