┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShaun Reich <[email protected]>2009-02-06 02:39:31 +0000
committerShaun Reich <[email protected]>2009-02-06 02:39:31 +0000
commit5e20f374e306e75aa4881e598eb72bf8ffeeb1e7 (patch)
treed4b81ad37957b9c3f516df2be4c0de8c69bf446b /src
parent18960dc749bf2c49c0cc31b01d40d73297bb3312 (diff)
SVN_SILENT: Added a comment.
svn path=/trunk/KDE/kdebase/apps/; revision=921970
Diffstat (limited to 'src')
-rw-r--r--src/dolphindetailsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index b9e499635..e527a4f79 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -666,7 +666,7 @@ void DolphinDetailsView::slotGlobalSettingsChanged(int category)
if (settings->useSystemFont()) {
m_font = KGlobalSettings::generalFont();
}
-
+ //Disconnect then reconnect, since the settings have been changed, the connection requirements may have also.
disconnect(this, SIGNAL(clicked(QModelIndex)), m_controller, SLOT(triggerItem(QModelIndex)));
disconnect(this, SIGNAL(doubleClicked(QModelIndex)), m_controller, SLOT(triggerItem(QModelIndex)));
if (KGlobalSettings::singleClick()) {