┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-01-30 16:36:40 +0100
committerPeter Penz <[email protected]>2012-01-30 16:38:24 +0100
commite283a9f7d9cd0e77c159316e4f98108b28f917ce (patch)
tree2d3abb9df4d031236f401f039a8348beb1a679d4 /src/dolphinpart.cpp
parent6c39b4622f6d9920e5f8905a1d26da4a2b11b234 (diff)
Synchronize view-mode settings before the settings dialog gets opened
BUG: 292698 FIXED-IN: 4.8.1
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 6c6683d91..8720e0ce2 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -591,7 +591,7 @@ void DolphinPartBrowserExtension::pasteTo(const KUrl&)
void DolphinPartBrowserExtension::reparseConfiguration()
{
- m_part->view()->refresh();
+ m_part->view()->readSettings();
}
////