From 85aec21c5f2673e8e37bcb24a226f14fa34cf18d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 22:40:11 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2