Ticket.bjs
[gitlive] / Ticket.vala
index 4ab9edc..7c62b94 100644 (file)
@@ -1202,9 +1202,9 @@ public class Ticket : Object
                        invalid = true;
                }
                
-               _this.summary.el.get_style_context().remove_class("warning");   
-               if (_this.summary.el.buffer.text == "") {
-                       _this.summary.el.get_style_context().add_class("warning");
+               _this.description.el.get_style_context().remove_class("warning");       
+               if (_this.description.el.buffer.text == "") {
+                       _this.description.el.get_style_context().add_class("warning");
                        invalid = true;
                }