RooTicket.vala
authorAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 06:13:04 +0000 (14:13 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 06:13:04 +0000 (14:13 +0800)
RooTicket.vala

index a66a968..92193f8 100644 (file)
@@ -21,9 +21,10 @@ public class RooOption : Object
 {
        
        public string id; // not really important that they are numbers..
+       public string name;     
        public string display_name;
  
-       public RooOption (string id, string name)
+       public RooOption (string id, string name, string display_name)
        {
                this.id = id;
                this.display_name = name;