From 6ab84fbd6129422dfa59c095087c7ceb1a9e1e50 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 10 May 2007 18:27:32 +0000 Subject: don't lose the history of the URL navigator if the settings of the Icons View, Details View or Columns View have been changed svn path=/trunk/KDE/kdebase/apps/; revision=663282 --- src/dolphinview.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index c51dbb464..84b765d4d 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -617,6 +617,11 @@ void DolphinView::reload() startDirLister(url, true); } +void DolphinView::refresh() +{ + createView(); +} + void DolphinView::mouseReleaseEvent(QMouseEvent* event) { QWidget::mouseReleaseEvent(event); -- cgit v1.3