]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphindetailsview.cpp
SVN_SILENT: Added a comment.
[dolphin.git] / 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()) {