]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: Added a comment.
authorShaun Reich <shaun.reich@kdemail.net>
Fri, 6 Feb 2009 02:39:31 +0000 (02:39 +0000)
committerShaun Reich <shaun.reich@kdemail.net>
Fri, 6 Feb 2009 02:39:31 +0000 (02:39 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=921970

src/dolphindetailsview.cpp

index b9e499635979403b3639d6a4b94844e6b0346334..e527a4f79b2f126fd8617d81d698d6a418d1e487 100644 (file)
@@ -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()) {