X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitMonitorQueue.vala;h=00ab4655f9249e7530f0a98aa071a5eaf3b23313;hp=15683df5b7292888955b582511a4d61a35778fb2;hb=refs%2Fheads%2Fwip_alan_T5623_reset_pull_create_ticket_on;hpb=03a18dbe03808a85cde3936fb5b477aa17b2cb9a diff --git a/GitMonitorQueue.vala b/GitMonitorQueue.vala index 15683df5..00ab4655 100644 --- a/GitMonitorQueue.vala +++ b/GitMonitorQueue.vala @@ -44,9 +44,7 @@ public class GitMonitorQueue : MonitorNamePathDir { this.repo = GitRepo.get(this.gitpath); // trigger the suggestion to start a new branch - if (!this.shouldIgnore() && !this.repo.is_wip_branch()) { - NewBranch.singleton().show(this.repo); - } + }