CVS commit by ogoffart: Fix Bug 104040: Preference for timeout between AutoMessages for MSN protocol has no effect thanks for the bug report. BUG: 104040 M +1 -1 msnmessagemanager.cpp 1.123 --- kdenetwork/kopete/protocols/msn/msnmessagemanager.cpp #1.122:1.123 @@ -271,5 +271,5 @@ void MSNChatSession::slotMessageReceived if ( config->readBoolEntry( "SendAwayMessages", false ) && ( !m_awayMessageTime.isValid() || - m_awayMessageTime.elapsed() > 1000 * config->readNumEntry( "AwayMessagesSeconds", 90 ) ) ) + m_awayMessageTime.elapsed() > 1000 * config->readNumEntry( "AwayMessageSeconds", 90 ) ) ) { // Don't translate "Auto-Message:" This string is caught by MSN Plus! (and also by kopete now)