From: Alan Knowles Date: Sat, 10 May 2014 14:40:35 +0000 (+0800) Subject: GitMonitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=02c33a48c63a44ede0f02dcfb689857cdb73eeec GitMonitor.vala --- diff --git a/GitMonitor.vala b/GitMonitor.vala index 0c77a6aa..020878c9 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -588,13 +588,13 @@ public class GitMonitor : Monitor } // needs to handle move to/from unsupported types.. - if (this.shouldIgnore(src)) { + if (src.shouldIgnore()) { this.onCreated(dest); this.onChangesDoneHint(dest); return; } - if (this.shouldIgnore(dest)) { + if (dest.shouldIgnore()) { this.onDeleted(src);