NewBranch.bjs
[gitlive] / NewBranch.vala
index c33c75b..6d060bb 100644 (file)
@@ -140,8 +140,8 @@ public class NewBranch : Object
                var name = RooTicket.singleton().usernameLocal();
                var ticket = RooTicket.singleton().getById(tid);
                _this.name.el.set_text("wip_%s_T%s_%s".printf(name,ticket.id, ticket.summaryToBranchName()));
-    
-    
+       } else {
+               _this.ticketsel.el.get_child().get_style_context().add_class("warning");
        }
         _this.view.loadTicket(tid);
        this.el.run();