GitRepo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:13:51 +0000 (21:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:13:51 +0000 (21:13 +0800)
GitRepo.vala

index f391001..1192680 100644 (file)
@@ -62,7 +62,7 @@ public class GitRepo : Object
         // we run multiple versions to make sure that if one failes, it does not ignore the whole lot..
         // not sure if that is how git works.. but just be certian.
         for (var i = 0; i < files.length;i++) {
-            var f = files.item(i);
+            var f = files.item(i).vname;
             try {
                 this.git( { "add",   f });
             } catch (Error e) {