From 258b3b40b25976d56cfb766c85d94835db0e1c53 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 22:37:01 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index 1ca8a2f6..159e1d96 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -194,7 +194,7 @@ public class GitMonitor : Monitor this.runQueue(); return true; - },null,null); + }); } @@ -489,7 +489,7 @@ public class GitMonitor : Monitor this.queue.append_val(cmd); - var cmd = new GitMonitorQueue(src); + cmd = new GitMonitorQueue(src); cmd.action = "commit"; cmd.message = src.vpath; this.queue.append_val(cmd); -- 2.39.2