From: Alan Knowles Date: Fri, 2 Nov 2018 04:17:53 +0000 (+0800) Subject: GitMonitorQueue.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=fc7eb32429da35c28c1f4b33de16925d1af5ef78 GitMonitorQueue.vala --- diff --git a/GitMonitorQueue.vala b/GitMonitorQueue.vala index 561aa669..6ed40e7f 100644 --- a/GitMonitorQueue.vala +++ b/GitMonitorQueue.vala @@ -44,7 +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.currentBranch.name.has_prefix("wip_")) { + if (!this.shouldIgnore() && !this.repo.is_wip_branch()) { NewBranch.singleton().show(this.repo); } }