src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 05:49:38 +0000 (13:49 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 05:49:38 +0000 (13:49 +0800)
src/Palete/ValaSource.vala

index cc3a474..36f151a 100644 (file)
@@ -217,13 +217,10 @@ namespace Palete {
                        
                        }
                        if (!foundit) {
-                           var ret = new Json.Object();
-                           ret.set_boolean_member("success", true);
-                           ret.set_string_member("message", "no need to compile");
-                           this.compiled(ret);
+                         
                            this.compiler = null;
                        
-                           return; // do not run the compile..
+                           return false; // do not run the compile..
                        }
                        // is the file in the module?