SVN commit 803380 by tmcguire: Enable the apply button when the user check/unchecks a plugin. Also, changes are saved now. M +2 -0 kcmkontactsummary.cpp --- trunk/KDE/kdepim/kontact/plugins/summary/kcmkontactsummary.cpp #803379:803380 @@ -113,6 +113,8 @@ layout->setStretchFactor( mPluginView, 1 ); load(); + connect( mPluginView, SIGNAL( itemChanged( QTreeWidgetItem *, int ) ), + this, SLOT( changed() ) ); KAboutData *about = new KAboutData( I18N_NOOP( "kontactsummary" ), 0, ki18n( "KDE Kontact Summary" ),