X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=MergeBranch.vala;h=5eec33874b0a3a10d9d1cbddafc9342d0c905595;hp=51fdebdf688b7976d17349194799460bb73094cb;hb=a6c214d30b033aadeec72b2532daccacbfadadf8;hpb=4c95d71c2740c0d1631503e92d818fecfd873b2b diff --git a/MergeBranch.vala b/MergeBranch.vala index 51fdebdf..5eec3387 100644 --- a/MergeBranch.vala +++ b/MergeBranch.vala @@ -141,7 +141,8 @@ public class MergeBranch : Object 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); @@ -149,7 +150,7 @@ public class MergeBranch : Object _this.spinner.el.hide(); this.table.el.show(); - return true; + return false; }); this.el.run();