X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitMonitor.vala;h=92733e370c8b61d854521e96eefd4f4f3f849e12;hp=4c7dfde9b93edf1c9c2b06bcb4b264cb4573343c;hb=51216382edce7755c7cf7cb299c373f60c6018d2;hpb=08415bc285bb4d01c01b0965bdd3789a63e3dba7 diff --git a/GitMonitor.vala b/GitMonitor.vala index 4c7dfde9..92733e37 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -332,7 +332,7 @@ public class GitMonitor : Monitor } } - repo.cmds.clear(); + repo.cmds.clear(); // reset the repo's command list.. GLib.debug( "ADD : %s", GitMonitorQueue.queueArrayToString(add_files)); GLib.debug( "REMOVE FILES: %s", GitMonitorQueue.queueArrayToString(remove_files));