┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-14 20:32:51 +0000
committerPeter Penz <[email protected]>2007-04-14 20:32:51 +0000
commita827dd86b7704aa07a8990c57426498334b9fb0c (patch)
tree5200f92134e98f7d97ad2ea2d36e62e73a8065d5 /src/dolphinview.cpp
parent7cb4232a8cca8366938c9bbcb9c8737ba66fd8f1 (diff)
optimization: no reloading necessary if preview has been turned on/off
svn path=/trunk/KDE/kdebase/apps/; revision=654000
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp2
1 files changed, 0 insertions, 2 deletions
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