small fixes about removing tags, action reading

This commit is contained in:
honfika
2014-08-02 21:29:25 +02:00
parent 31c7cc0bde
commit fa56f881f4
4 changed files with 6 additions and 6 deletions

View File

@@ -933,7 +933,7 @@ public final class SWF implements TreeItem, Timelined {
List<File> ret = new ArrayList<>();
List<ContainerItem> list2 = new ArrayList<>();
list2.addAll(tags);
List<TreeNode> list = createASTagList(list2, null);
List<TreeNode> list = createASTagList(list2, this);
TagNode.setExport(list, true);
if (!outdir.endsWith(File.separator)) {