X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=RooTicket.vala;h=38a7c807b9eec5d64a651a37e88efe8b5228601c;hb=ecbe7cd7d07329081e3a391c2800b4b60fca4241;hp=4764c8e549b86ef95a99c55a85830fc6dab4e040;hpb=52233593796e022778f4293ae0799fc32af9ed78;p=gitlive diff --git a/RooTicket.vala b/RooTicket.vala index 4764c8e5..38a7c807 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -13,7 +13,7 @@ public class RooRepo : Object public string project_id; public string description; public string shortname; - + } @@ -23,6 +23,11 @@ public class RooOption : Object public string id; // not really important that they are numbers.. public string display_name; + public RooOption (string id, string name) + { + this.id = id; + this.display_name = name; + } }