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

index 27f1974..63e37ed 100644 (file)
@@ -223,7 +223,7 @@ namespace Palete {
                        
                         
                        try {
-                           this.compiler = new Spawn(pr.firstPath(), args);
+                           this.compiler = new Spawn( GLib.Environment.get_home_dir(), args);
                            this.compiler.complete.connect(runResult);
                            this.compiler.run();