src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 8 Jun 2016 09:49:19 +0000 (17:49 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Jun 2016 09:49:19 +0000 (17:49 +0800)
src/Builder4/WindowState.vala

index 2e56914..08dd43b 100644 (file)
@@ -95,7 +95,7 @@ public class WindowState : Object
                
                
                this.valasource = new Palete.ValaSource();
                
                
                this.valasource = new Palete.ValaSource();
-               this.valasource.compiled.connect(this.valaCompiled);
+               this.valasource.compiled.connect(this.showCompileResult);
                
                this.compile_results = new  Xcls_ValaCompileResults();
                this.compile_results.window = this.win;
                
                this.compile_results = new  Xcls_ValaCompileResults();
                this.compile_results.window = this.win;