mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fix call to renamed method
This commit is contained in:
parent
ba9a008cd8
commit
75b2daac76
@ -1597,7 +1597,7 @@ void LibraryWindow::addFolderToCurrentIndex()
|
|||||||
navigationController->loadFolderInfo(newIndex);
|
navigationController->loadFolderInfo(newIndex);
|
||||||
historyController->updateHistory(YACReaderLibrarySourceContainer(newIndex, YACReaderLibrarySourceContainer::Folder));
|
historyController->updateHistory(YACReaderLibrarySourceContainer(newIndex, YACReaderLibrarySourceContainer::Folder));
|
||||||
// a new folder is always an empty folder
|
// a new folder is always an empty folder
|
||||||
contentViewsManager->showEmptyFolderView();
|
contentViewsManager->showFolderContentView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user