MergeBranch.bjs
[gitlive] / MergeBranch.vala
index 51fdebd..5eec338 100644 (file)
@@ -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();