From: Shaun Reich Date: Fri, 6 Feb 2009 02:39:31 +0000 (+0000) Subject: SVN_SILENT: Added a comment. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/5e20f374e306e75aa4881e598eb72bf8ffeeb1e7 SVN_SILENT: Added a comment. svn path=/trunk/KDE/kdebase/apps/; revision=921970 --- 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()) {