src/Resources.vala
authorAlan Knowles <alan@roojs.com>
Fri, 24 Apr 2015 06:58:47 +0000 (14:58 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Apr 2015 06:58:47 +0000 (14:58 +0800)
src/Resources.vala

index 1f756ed..ca63d70 100644 (file)
@@ -162,7 +162,7 @@ public class Resources : Object
                        if (item.target.contains('*')) {
                                // then it's a directory listing in JSON, and we need to add any new items to our list..
                                // it's used to fetch Editors (and maybe other stuff..)
-                               this.parseDirectory((string) message.response_body.data );
+                               this.parseDirectory((string) message.response_body.data,item.target );
                                this.fetchNext();
                                return;
                        }