┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-14 17:55:06 +0000
committerPeter Penz <[email protected]>2007-04-14 17:55:06 +0000
commit59f106283837f1aa99ffde420863d0bee461edc0 (patch)
tree76b987a8474558b72998af2770baa515690b85d4
parentc927a2a290f914c9f6f7b0de7898ac5b275ce317 (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
-rw-r--r--src/dolphinview.cpp1
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);