From: Alan Knowles Date: Mon, 24 Dec 2018 07:21:58 +0000 (+0800) Subject: RooTicket.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=cc7bedc9bd90b05bbd5c9ab26f0fe5735ddc7076 RooTicket.vala --- 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;