From: Peter Penz Date: Sat, 14 Apr 2007 20:32:51 +0000 (+0000) Subject: optimization: no reloading necessary if preview has been turned on/off X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/a827dd86b7704aa07a8990c57426498334b9fb0c optimization: no reloading necessary if preview has been turned on/off svn path=/trunk/KDE/kdebase/apps/; revision=654000 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index e450da339..38a7f54dc 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -223,12 +223,10 @@ void DolphinView::setShowPreview(bool show) { ViewProperties props(m_urlNavigator->url()); props.setShowPreview(show); - props.save(); m_controller->setShowPreview(show); emit showPreviewChanged(); - reload(); } bool DolphinView::showPreview() const