GitMonitor.vala
[gitlive] / 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);