NewBranch.bjs
[gitlive] / NewBranch.vala
index e6408ba..40bf338 100644 (file)
@@ -2376,6 +2376,12 @@ public class NewBranch : Object
 
             // set gobject values
             this.el.visible = true;
+
+            //listeners
+            this.el.key_release_event.connect( () => { 
+            
+               _this.createbtn.updateState();
+            });
         }
 
         // user defined functions