Uncommited changes synced
[gitlive] / NewBranch.vala
index dbb68ee..6203937 100644 (file)
@@ -476,6 +476,7 @@ public class NewBranch : Object
                
                        var dt = new  DateTime.now_local();
                        _this.name.el.set_text("wip_%s_%s".printf(name,dt.format("%Y_%b_%d")));
+                       _this.view.loadTicket("");              
                        return;
                }