From kde-commits Mon Apr 18 15:07:15 2005 From: Olivier Goffart Date: Mon, 18 Apr 2005 15:07:15 +0000 To: kde-commits Subject: kdenetwork/kopete/protocols/msn Message-Id: <20050418150715.8A4213C8 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111383684613953 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)