RooTicket.vala
[gitlive] / RooTicket.vala
index d2e49c1..a9e1af9 100644 (file)
@@ -16,10 +16,11 @@ class RooTicket : Object
     {
         if (_RooTicket == null) {
             _RooTicket = new RooTicket();
+            _RooTicket.tickets = new Gee.ArrayList<RooTicket>();
         }
         return _RooTicket;
     }
-       public Gee.ArrayList<RooTicket> tickets;
+       public Gee.ArrayList<RooTicket> tickets; // only available for singletonn.
 
        public int id;
        public string summary;