1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

path options

This commit is contained in:
Nikolay Pultsin 2014-01-11 23:00:36 +00:00
parent 3b9079a82d
commit 1371d22142
13 changed files with 125 additions and 94 deletions

View file

@ -42,7 +42,7 @@ public class FileFirstLevelTree extends FirstLevelTree {
@Override
public void waitForOpening() {
clear();
for (String dir : Paths.BookPathOption().getValue()) {
for (String dir : Paths.BookPathOption.getValue()) {
addChild(dir, "fileTreeLibrary", dir);
}
addChild("/", "fileTreeRoot", null);