X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Ticket.vala;h=1549cfe0a00d3167bc2679e4df76dd4505a5cb95;hb=ac7fcc79e5181364b444f69275a83b00d8daf0cf;hp=609cf72fa7d0f6c73faddd475df5108ec5310ab2;hpb=0fbf2ab18d22def5d95d27cd9fded1caebb91bf0;p=gitlive diff --git a/Ticket.vala b/Ticket.vala index 609cf72f..1549cfe0 100644 --- a/Ticket.vala +++ b/Ticket.vala @@ -1190,9 +1190,9 @@ public class Ticket : Object invalid = true; } - _this.classification_id.el.get_style_context().remove_class("warning"); - if (_this.classification_id.selectedClassificationId() == "") { - _this.classification_id.el.get_style_context().add_class("warning"); + _this.developer_id.el.get_style_context().remove_class("warning"); + if (_this.developer_id.selectedClassificationId() == "") { + _this.developer_id.el.get_style_context().add_class("warning"); invalid = true; }