src/Builder4/ValaCompileErrors.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 18 May 2015 09:00:03 +0000 (17:00 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 May 2015 09:00:03 +0000 (17:00 +0800)
src/Builder4/ValaCompileErrors.vala

src/Builder4/ValaCompileErrors.bjs
src/Builder4/ValaCompileErrors.vala

index 81eb4cf..9940892 100644 (file)
@@ -9,7 +9,7 @@
  "items" : [
   {
    "listeners" : {
-    "closed" : "() => {\n    if (this.close) {\n        return;\n    }\n    this.el.show();\n}"
+    "closed" : "() => {\n    if (this.active) {\n        return;\n    }\n    this.el.show();\n}"
    },
    "int height_request" : 800,
    "id" : "ValaCompileErrors",
index fe7896e..352d8e2 100644 (file)
@@ -45,7 +45,7 @@ public class Xcls_ValaCompileErrors : Object
 
         // listeners 
         this.el.closed.connect( () => {
-            if (this.close) {
+            if (this.active) {
                 return;
             }
             this.el.show();