src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 07:43:03 +0000 (15:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 07:43:03 +0000 (15:43 +0800)
src/Palete/ValaSource.vala

index 56873ac..8755e4e 100644 (file)
@@ -224,7 +224,7 @@ namespace Palete {
                         
                        try {
                            this.compiler = new Spawn(pr.firstPath(), args);
-                           this.compiler.complete.connect(spawnResult);
+                           this.compiler.complete.connect(runResult);
                            this.compiler.run();