GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 14:40:11 +0000 (22:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 14:40:11 +0000 (22:40 +0800)
GitMonitor.vala

index 130fb48..0c77a6a 100644 (file)
@@ -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;
 
         }