From 52233593796e022778f4293ae0799fc32af9ed78 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Dec 2018 13:54:44 +0800 Subject: [PATCH] RooTicket.vala --- RooTicket.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooTicket.vala b/RooTicket.vala index cbf00309..4764c8e5 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -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; } -- 2.39.2