src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Sun, 17 May 2015 05:23:33 +0000 (13:23 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 17 May 2015 05:23:33 +0000 (13:23 +0800)
src/Builder4/WindowState.vala

index cb3d7aa..db05cc4 100644 (file)
@@ -79,6 +79,10 @@ public class WindowState : Object
 
                this.webkit_plugin = new Xcls_DialogPluginWebkit();
                this.template_select = new DialogTemplateSelect();
+               
+               this.valacompileerrors = new Xcls_ValaCompileErrors();
+               this.valacompileerrors.window = this.win;
+               
                this.children_loaded = true;
        }