src/Resources.vala
authorAlan Knowles <alan@roojs.com>
Sun, 15 Mar 2015 04:34:36 +0000 (12:34 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 15 Mar 2015 04:34:36 +0000 (12:34 +0800)
src/Resources.vala

index fb6d0f8..e464c25 100644 (file)
@@ -82,7 +82,7 @@ public class Resources : Object
                     });
                     break;
 
-            case 3: // The main - what goes into what element structure..
+            case 4: // The main - what goes into what element structure..
                     this.fetchResourceFrom (
                         "http://git.roojs.org/?p=app.Builder.js;a=blob_plain;f=resources/GtkUsage.txt",
                         "GtkUsage.txt",
@@ -91,13 +91,14 @@ public class Resources : Object
                                this.fetchNext();
                     });
                     break;
-            case 3: // The main - what goes into what element structure..
+            case 5: // The main - what goes into what element structure..
                     this.fetchResourceFrom (
                         "http://git.roojs.org/?p=app.Builder.js;a=blob_plain;f=resources/GtkUsage.txt",
                         "GtkUsage.txt",
                         (sess,msg) => {
                                 // See Palete.Gtk
-                               this.fetchNext();
+                                this.updateProgress(0);
+                               this.fetch_pos = 0;
                     });
                     break;     
         }