src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:05:45 +0000 (17:05 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:05:45 +0000 (17:05 +0800)
src/Builder4/WindowState.vala

index 1df6f56..7b01915 100644 (file)
@@ -99,7 +99,8 @@ public class WindowState : Object
                this.valasource = new Palete.ValaSource();
                this.valasource.compiled.connect(this.valaCompiled);
                
-               
+               this.compile_results = new  Xcls_ValaCompileResults();
+               this.compile_results.window = this.win;
        }