X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=NewBranch.vala;fp=NewBranch.vala;h=40bf33812a4dcae5886d851da74428bba107c227;hp=e6408ba9f0482c87522c77d15a4ce9bba941660f;hb=66045d5d8291b4e8279e44f3d0ff0503cb3ea3fc;hpb=1fbcea4b7aa884579b658e973b8d0ea1c7c1dbea diff --git a/NewBranch.vala b/NewBranch.vala index e6408ba9..40bf3381 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -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