X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GitMonitorQueue.vala;fp=GitMonitorQueue.vala;h=6ed40e7ff8dec18d2a606839824425564f76cbf7;hb=fc7eb32429da35c28c1f4b33de16925d1af5ef78;hp=561aa669d7e513b67adae3b2248a25b346f3367c;hpb=163700078c6ada686a42eabdef5527286daad90c;p=gitlive 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); } }