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
This commit is contained in:
Peter Penz 2007-04-14 17:55:06 +00:00
parent c927a2a290
commit 59f1062838

View file

@ -223,6 +223,7 @@ void DolphinView::setShowPreview(bool show)
{
ViewProperties props(m_urlNavigator->url());
props.setShowPreview(show);
props.save();
m_controller->setShowPreview(show);