MergeBranch.bjs
[gitlive] / MergeBranch.vala
index 48dc017..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,8 +150,9 @@ public class MergeBranch : Object
                _this.spinner.el.hide();        
     
                this.table.el.show();
-               return true;
-       }
+               return false;
+       });
+       
        this.el.run();
         
     }