From: Alan Knowles Date: Sat, 10 May 2014 14:40:11 +0000 (+0800) Subject: GitMonitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=85aec21c5f2673e8e37bcb24a226f14fa34cf18d GitMonitor.vala --- diff --git a/GitMonitor.vala b/GitMonitor.vala index 130fb48f..0c77a6aa 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -583,14 +583,14 @@ public class GitMonitor : Monitor if (cmd_d.gitpath != cmd_s.gitpath) { this.onDeleted(src); this.onCreated(dest); - this.onChangedDoneHint(dest); + this.onChangesDoneHint(dest); return; } // needs to handle move to/from unsupported types.. if (this.shouldIgnore(src)) { this.onCreated(dest); - this.onChangedDoneHint(dest); + this.onChangesDoneHint(dest); return; }