diff options
| author | Peter Penz <[email protected]> | 2007-04-14 17:55:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-04-14 17:55:06 +0000 |
| commit | 59f106283837f1aa99ffde420863d0bee461edc0 (patch) | |
| tree | 76b987a8474558b72998af2770baa515690b85d4 /src/dolphinview.cpp | |
| parent | c927a2a290f914c9f6f7b0de7898ac5b275ce317 (diff) | |
fixed regression resulted by "reload" patch: toggling the preview did not work anymore -> save the view properties immediately
svn path=/trunk/KDE/kdebase/apps/; revision=653958
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index b3148e7d9..d9e473ad1 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -223,6 +223,7 @@ void DolphinView::setShowPreview(bool show) { ViewProperties props(m_urlNavigator->url()); props.setShowPreview(show); + props.save(); m_controller->setShowPreview(show); |
