src/Resources.vala
authorAlan Knowles <alan@roojs.com>
Fri, 24 Apr 2015 07:54:57 +0000 (15:54 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Apr 2015 07:54:57 +0000 (15:54 +0800)
src/Resources.vala

index c803b95..a4ad791 100644 (file)
@@ -24,6 +24,7 @@ public class ResourcesItem : Object {
                this.target = target;
                this.src = src;
                this.new_sha = "";
+               this.cur_sha = "";
                this.update_cur_sha();
                print("New ResourcesItem %s (%s) => %s\n", target , this.cur_sha ,src);
        }