From cc7bedc9bd90b05bbd5c9ab26f0fe5735ddc7076 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 Dec 2018 15:21:58 +0800 Subject: [PATCH] RooTicket.vala --- RooTicket.vala | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/RooTicket.vala b/RooTicket.vala index 1633b76f..b680f130 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -4,18 +4,6 @@ code to fetch ticket info... */ -public class RooRepo : Object -{ - - - - public string id; // not really important that they are numbers.. - public string project_id; - public string description; - public string shortname; - - -} public class RooOption : Object { @@ -58,14 +46,14 @@ public class RooTicket : Object _RooTicket = new RooTicket(); _RooTicket.tickets = new Gee.ArrayList(); - _RooTicket.repos = new Gee.ArrayList(); + _RooTicket.loadRepos(); // initalize it.. } return _RooTicket; } public Gee.ArrayList tickets; // only available for singletonn. - public Gee.ArrayList repos; // only available for singletonn. + public Gee.ArrayList milestones; public Gee.ArrayList priorities; -- 2.39.2