KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
104040
:
Preference for timeout between AutoMessages for...
P
roduct
:
kopete
Co
m
ponent
:
general
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2005-04-17 01:21
Last Changed:
2005-04-18 17:07:23
Version: 9.2 (using KDE KDE 3.3.0) Installed from: Compiled From Sources Compiler: gcc 3.4.2 OS: Linux When the MSN protocol is used, and a timeout other than the default 90 seconds is used for away messages, the preference has no effect. This should be because that line 254 in kopete/protocols/msn/msnmessagemanager.cpp has a spelling error; "AwayMessagesSeconds" should be "AwayMessageSeconds"
Comment
#1
Olivier Goffart 2005-04-18 17:07:23
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)
P
latform
:
Compiled Sources
O
S
:
Linux
K
eywords
:
People
Reporter
:
Assigned To
:
Kopete Developers
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In