diff options
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 6a6c40c7b..eae699a7b 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -573,11 +573,11 @@ void DolphinView::startDirLister(const KUrl& url, bool reload) // The current URL is not a child of the dir lister // URL. This may happen when e. g. a place has been selected // and hence the view must be reset. - m_dirLister->openUrl(url, false, false); + m_dirLister->openUrl(url, KDirLister::NoFlags); } } } else { - m_dirLister->openUrl(url, false, reload); + m_dirLister->openUrl(url, reload ? KDirLister::Reload : KDirLister::NoFlags); } } |
