------- 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=129366         
kedgedev centrum cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kedgedev centrum cz  2006-07-10 22:49 -------
SVN commit 560658 by rjarosz:

Fix bug 129366 Connection to ICQ server fails every few secounds.
I broke it when was fixing another bug, I'm sorry.

BUG: 129366



 M  +1 -1      client.cpp  


--- branches/kopete/0.12/kopete/protocols/oscar/liboscar/client.cpp 
#560657:560658
 @ -1212,7 +1212,7  @
         return;
 
        if ( c->isSupported( 0x0002 ) ||
-            c->supportedFamilies().count() == 0 ) //emit on login
+            d->stage == ClientPrivate::StageOne ) //emit on login
        {
                emit socketError( code, string );
        }
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to