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

index 3c927ea..986adaa 100644 (file)
@@ -175,7 +175,7 @@ public class Resources : Object
                        var n = ob.get_string_member("name");
                         
                        if (split.length > 1 && !name.has_suffix(split[1])) {
-                               // not related..
+                               // not needed..
                                continue;
                        }
                        if (this.files_has_target(split[0] + n)) {