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

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

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