Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Wed, 8 Oct 2014 14:23:56 +0000 (22:23 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Oct 2014 14:23:56 +0000 (22:23 +0800)
Palete/ValaSource.vala

index a8e13b1..882c411 100644 (file)
@@ -157,7 +157,7 @@ namespace Palete {
                        }
 
 
-
+                       /*
                        // check context:
                        context.check ();
                        if (context.report.get_errors () > 0) {
@@ -167,7 +167,9 @@ namespace Palete {
                                return this.report.line_errors;
                                
                        }
+                       */
                        Vala.CodeContext.pop ();
+                       
                        print("ALL OK?\n");
                        return this.report.line_errors;
                }