From kde-commits Fri Mar 10 21:37:07 2006 From: Olivier Goffart Date: Fri, 10 Mar 2006 21:37:07 +0000 To: kde-commits Subject: branches/KDE/3.5/kdenetwork/kopete/kopete/config/behavior Message-Id: <1142026627.890008.21979.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114202665529544 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)),