------- 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=127464
kde bugs jan ritzerfeld net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From kde bugs jan ritzerfeld net 2006-05-17 08:54
-------
SVN commit 541726 by jritzerfeld:
On converting Kopete::OnlineStatus to ICQ::Presence check the
protocol to determine wether it is an KOS created by
ICQ::OnlineStatusManager.
BUG: 127464
M +1 -1 icqpresence.cpp
--- branches/kopete/0.12/kopete/protocols/oscar/icq/icqpresence.cpp
#541725:541726
@ -237,7 +237,7 @
Presence Presence::fromOnlineStatus( const Kopete::OnlineStatus &status )
{
- if ( status != Kopete::OnlineStatus() )
+ if ( status.protocol() == ICQProtocol::protocol() )
{
OnlineStatusManager *store =
ICQProtocol::protocol()->statusManager();
return store->presenceOf( status.internalStatus() );
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel