From a9bbd1a1222edc8ac9b8520d5d0ab07e902d7f52 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 16 May 2015 18:27:50 +0800 Subject: [PATCH] src/Resources.vala --- src/Resources.vala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Resources.vala b/src/Resources.vala index 272674eb5..e0868cc8d 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -88,7 +88,8 @@ public class Resources : Object string[] avail_files = { "roodata.json", "*", - "Editors/*.js" + "Editors/*.js", + "src/vapi/*.vapi" }; this.fetch_files = new Gee.ArrayList(); @@ -130,7 +131,7 @@ public class Resources : Object if (this.fetch_pos > this.fetch_files.size) { - this.updateProgress(0); + this.updateProgress(0,0); this.fetch_pos = 0; return; -- 2.39.2