Ticket.bjs
[gitlive] / Ticket.vala
index 609cf72..1549cfe 100644 (file)
@@ -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;
                }