src/Resources.vala
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:19:47 +0000 (16:19 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:19:47 +0000 (16:19 +0800)
src/Resources.vala

index 8b34977..272674e 100644 (file)
@@ -126,7 +126,7 @@ public class Resources : Object
     {
         var cur = this.fetch_pos;
         this.fetch_pos++;
-        this.updateProgress(this.fetch_pos); // min=0;
+        this.updateProgress(this.fetch_pos, this.fetch_files.size); // min=0;
         
         
         if (this.fetch_pos > this.fetch_files.size) {