From 5e20f374e306e75aa4881e598eb72bf8ffeeb1e7 Mon Sep 17 00:00:00 2001 From: Shaun Reich Date: Fri, 6 Feb 2009 02:39:31 +0000 Subject: [PATCH] SVN_SILENT: Added a comment. svn path=/trunk/KDE/kdebase/apps/; revision=921970 --- src/dolphindetailsview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.47.3