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

index ac359c1..60d29d9 100644 (file)
@@ -24,7 +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\n", target ,src);
        }
        public update_cur_sha()