GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 10:38:19 +0000 (18:38 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 10:38:19 +0000 (18:38 +0800)
GitMonitor.vala

index 5e05eff..d504422 100644 (file)
@@ -271,7 +271,7 @@ public class GitMonitor : Monitor
             //    repo_list[gitpath].cmds = [];
              //   repo_list[gitpath].pull();
             //}
-            repo_list.item(ix).append_val(cmd);
+            repo_list.item(ix).cmds.append_val(cmd);
 
         }
         this.paused = false;