From 928f300d8bf35b7993efcc520fecd64e3b330a87 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:12:02 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index 6ad25576..cd4f6ff2 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -308,7 +308,7 @@ public class GitMonitor : Monitor switch(cmd.action) { case "add" : - if (GitMonitorQueue.indexOfAdd(add_files, cmd.add) > -1) { + if (GitMonitorQueue.indexOfAdd(add_files, cmd.vname) > -1) { break; } @@ -474,7 +474,7 @@ public class GitMonitor : Monitor return; } */ - cmd.add = src.vpath; + //cmd.add = src.vpath; this.queue.append_val(cmd); var cmd = new GitMonitorQueue(src); -- 2.39.2