X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=MergeBranch.vala;h=5eec33874b0a3a10d9d1cbddafc9342d0c905595;hp=8934219c46bea6d639429da5070c0311bf3f4972;hb=refs%2Fheads%2Fwip_alan_T5632_cache_project_listing;hpb=bdd8da5b4ecc19282b0fd2fc530b874e14f8a801 diff --git a/MergeBranch.vala b/MergeBranch.vala index 8934219c..5eec3387 100644 --- a/MergeBranch.vala +++ b/MergeBranch.vala @@ -140,11 +140,21 @@ public class MergeBranch : Object this.repo = repo; + Timeout.add_seconds(1, () => { + + // if we are not working on a ticket, then we should be able to pick one? + _this.dbmodel.loadTickets(); + _this.actionmodel.loadActions(); + _this.view.loadTicket(ticket.id); + _this.spinner.el.stop(); + _this.spinner.el.hide(); - _this.dbmodel.loadTickets(); - _this.actionmodel.loadActions(); - _this.view.loadTicket(ticket.id); - + this.table.el.show(); + return false; + }); + + this.el.run(); + } public class Xcls_Box2 : Object {