Uncommited changes synced
[gitlive] / NewBranch.vala
index c25a2db..e516aa5 100644 (file)
@@ -604,6 +604,7 @@ public class NewBranch : Object
 
             //listeners
             this.el.clicked.connect( () => {
+                _this.el.response(-1);
                Ticket.singleton().show(_this.repo);
             
             });