NewBranch.bjs
[gitlive] / NewBranch.vala
index 230fc6f..a2ae2cd 100644 (file)
@@ -204,6 +204,8 @@ public class NewBranch : Object
                var name = RooTicket.singleton().usernameLocal();
                
                if (ticket_id == "") {
+               
+                       var dt = DateTime.now_local();
                        _this.name.el.set_text("wip_%s_%s".printf(name,date));
                        return;
                }