NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 06:32:58 +0000 (14:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 06:32:58 +0000 (14:32 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 1d8ea4f..9ac865f 100644 (file)
           },
           {
            "listeners" : {
           },
           {
            "listeners" : {
-            "key_release_event" : "() => { \n\n\t_this.createbtn.updateState();\n}"
+            "key_release_event" : "() => { \n\n\t_this.createbtn.updateState();\n\treturn true;\n}"
            },
            "id" : "commit_message",
            "$ visible" : true,
            },
            "id" : "commit_message",
            "$ visible" : true,
index d13b5ba..a640ad0 100644 (file)
@@ -2381,6 +2381,7 @@ public class NewBranch : Object
             this.el.key_release_event.connect( () => { 
             
                _this.createbtn.updateState();
             this.el.key_release_event.connect( () => { 
             
                _this.createbtn.updateState();
+               return true;
             });
         }
 
             });
         }