┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbar
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/statusbar
parent6c39b4622f6d9920e5f8905a1d26da4a2b11b234 (diff)
Synchronize view-mode settings before the settings dialog gets opened
BUG: 292698 FIXED-IN: 4.8.1
Diffstat (limited to 'src/statusbar')
-rw-r--r--src/statusbar/dolphinstatusbar.cpp2
-rw-r--r--src/statusbar/dolphinstatusbar.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/statusbar/dolphinstatusbar.cpp b/src/statusbar/dolphinstatusbar.cpp
index c733ebe02..b01f6042c 100644
--- a/src/statusbar/dolphinstatusbar.cpp
+++ b/src/statusbar/dolphinstatusbar.cpp
@@ -254,7 +254,7 @@ QString DolphinStatusBar::defaultText() const
return m_messageLabel->defaultText();
}
-void DolphinStatusBar::refresh()
+void DolphinStatusBar::readSettings()
{
setExtensionsVisible(true);
}
diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h
index 32d603ac5..789656b8e 100644
--- a/src/statusbar/dolphinstatusbar.h
+++ b/src/statusbar/dolphinstatusbar.h
@@ -112,7 +112,7 @@ public:
/**
* Refreshes the status bar to get synchronized with the (updated) Dolphin settings.
*/
- void refresh();
+ void readSettings();
signals:
/**