diff options
| author | Peter Penz <[email protected]> | 2007-05-10 18:27:32 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-10 18:27:32 +0000 |
| commit | 6ab84fbd6129422dfa59c095087c7ceb1a9e1e50 (patch) | |
| tree | 09c72fe1ac08c21fc8b1701ac742cc8abbb9f162 /src/dolphinview.cpp | |
| parent | a333c0d7446e38c3ec93f41c6761a64dbf6f6b0d (diff) | |
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
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
