Fixed error message when swtiching from icon view to browse view. This resolves bug 3047.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 4 years ago
parent 68f6397b92
commit 64cd571a1f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1006,7 +1006,7 @@ void FileViewController::setSilentMode( bool silent ) {
void FileViewController::retryURL() {
mDirLister->clearError();
mDirLister->openURL( url());
mDirLister->openURL(url().directory());
}

Loading…
Cancel
Save