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

index 4b80c43..bff28d7 100644 (file)
@@ -509,7 +509,7 @@ public class GitMonitor : Monitor
         // should check if monitor needs removing..
         // it should also check if it was a directory.. - so we dont have to commit all..
         cmd.action = "rm";
-        cmd.rm = cmd.vpath;
+        cmd.rm = cmd.vname;
         this.queue.append_val(cmd);
 
         var cmd = new GitMonitorQueue(src);