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

index cbf0030..4764c8e 100644 (file)
@@ -21,7 +21,7 @@ public class RooOption : Object
 {
        
        public string id; // not really important that they are numbers..
-       public string name;
+       public string display_name;
  
 
 }