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

index 8932a3d..4e8e6f7 100644 (file)
@@ -76,7 +76,7 @@ public class WindowState : Object
      
         this.left_tree = new Xcls_WindowLeftTree();
         this.left_tree.ref();
-        this.left_tree.main_window = _this.win;
+        this.left_tree.main_window = this.win;
     
         this.win.tree.el.pack_start(this.left_tree.el,true, true,0);
         this.left_tree.el.show_all();