------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=123259 ogoffart kde org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From ogoffart kde org 2006-03-10 22:36 ------- SVN commit 517393 by ogoffart: Fix Bug 123259: "Remember Away Messages" spinbox not connected to Apply button Patch from the reporter of the bug. Thanks BUG: 123259 M +2 -0 behaviorconfig.cpp --- branches/kopete/0.12/kopete/kopete/config/behavior/behaviorconfig.cpp #517392:517393 @ -138,6 +138,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)), _______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel