From: Alan Knowles Date: Mon, 17 Dec 2018 05:55:38 +0000 (+0800) Subject: RooTicket.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=ecbe7cd7d07329081e3a391c2800b4b60fca4241 RooTicket.vala --- 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; + } }