RooTicket.vala
[gitlive] / 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;
  
 
 }