Ticket.bjs
[gitlive] / Ticket.vala
index 4c28919..85624e2 100644 (file)
@@ -1167,7 +1167,7 @@ public class Ticket : Object
                
                // validate first...
                _this.project_id.el.get_style_context().remove_class("warning");        
-               if (_this.project_id.getProjectId() == "") {
+               if (_this.project_id.selectedProjectId() == "") {
                        _this.project_id.el.get_style_context().add_class("warning");
                        invalid = true;
                }