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

index 63585f5..130fb48 100644 (file)
@@ -511,7 +511,7 @@ public class GitMonitor : Monitor
         cmd.action = "rm";
         this.queue.append_val(cmd);
 
-        var cmd = new GitMonitorQueue(src);
+        cmd = new GitMonitorQueue(src);
         cmd.action = "commit";
         cmd.message = cmd.vname;
         cmd.commit_all = true;