NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 06:19:49 +0000 (14:19 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 06:19:49 +0000 (14:19 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 1c703f5..b72933b 100644 (file)
          "items" : [
           {
            "listeners" : {
-            "activate" : "() => {\n\n}"
+            "activate" : "() => {\n\t\n}"
            },
            "string label" : "Show tickets not assigned to me",
            "* pack" : "add",
index eb9b35d..2a95041 100644 (file)
@@ -730,7 +730,7 @@ public class NewBranch : Object
 
             //listeners
             this.el.activate.connect( () => {
-            
+               
             });
         }