SVN commit 517395 by ogoffart: Backport fix for Bug 123259 M +2 -0 behaviorconfig.cpp --- branches/KDE/3.5/kdenetwork/kopete/kopete/config/behavior/behaviorconfig.cpp #517394:517395 @@ -131,6 +131,8 @@ this, SLOT(slotUpdatePluginLabel(int))); // "Away" TAB =============================================================== + connect( mAwayConfigUI->rememberedMessages, SIGNAL(valueChanged(int)), + this, SLOT(slotValueChanged(int))); connect( mAwayConfigUI->mAutoAwayTimeout, SIGNAL(valueChanged(int)), this, SLOT(slotValueChanged(int))); connect( mAwayConfigUI->mGoAvailable, SIGNAL(toggled(bool)),