------- 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=124987         




------- Additional Comments From kedgedev centrum cz  2006-05-13 21:53 -------
SVN commit 540531 by rjarosz:

Fix bug when ICQ or AIM status icon stays turning forever if connection is 
closed on login.

CCBUG: 124987



 M  +5 -2      client.cpp  


--- branches/kopete/0.12/kopete/protocols/oscar/liboscar/client.cpp 
#540530:540531
 @ -1211,8 +1211,11  @
     if ( !c )
         return;
 
-    if ( c->isSupported( 0x0002 ) )
-        emit socketError( code, string );
+       if ( c->isSupported( 0x0002 ) ||
+            c->supportedFamilies().count() == 0 ) //emit on login
+       {
+               emit socketError( code, string );
+       }
 
     //connection is deleted. deleteLater() is used
     d->connections.remove( c );
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to