Ticket.bjs
[gitlive] / Ticket.vala
index 609cf72..ea18595 100644 (file)
@@ -932,7 +932,7 @@ public class Ticket : Object
         }
 
         // user defined functions
-        public string selectedProjectId () {
+        public string selectedClassificationId () {
                Gtk.TreeIter iter;
                Value val1;
          
@@ -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.selectedDeveloperId() == "") {
+                       _this.developer_id.el.get_style_context().add_class("warning");
                        invalid = true;
                }