From 8a55b7874b1157b1098cc818f4837cf5d7cae338 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Dec 2018 14:13:04 +0800 Subject: [PATCH] RooTicket.vala --- RooTicket.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RooTicket.vala b/RooTicket.vala index a66a968d..92193f89 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -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; -- 2.39.2