------- 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=136390         
andre duffeck de changed:

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



------- Additional Comments From andre duffeck de  2006-11-08 12:15 -------
SVN commit 603246 by duffeck:

That should fix the crash after duplicate login.
BUG: 136390


 M  +4 -1      client.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/yahoo/libkyahoo/client.cpp 
#603245:603246
 @ -258,6 +258,9  @
                setStatus( d->statusOnConnect );
                m_pingTimer->start( 60 * 1000 );
                initTasks();
+       } else {
+               d->active = false;
+               close();
        }
 
        kdDebug(YAHOO_RAW_DEBUG) << k_funcinfo << "Emitting loggedIn" << endl;
 @ -752,7 +755,7  @
        QObject::connect( d->statusTask, SIGNAL( stealthStatusChanged( const 
QString&, Yahoo::StealthStatus ) ), 
                                SIGNAL( stealthStatusChanged( const QString&, 
Yahoo::StealthStatus ) ) );
        QObject::connect( d->statusTask, SIGNAL( loginResponse( int, const 
QString& ) ), 
-                               SIGNAL( loggedIn( int, const QString& ) ) );
+                               SLOT( slotLoginResponse( int, const QString& ) 
) );
        QObject::connect( d->statusTask, SIGNAL( authorizationRejected( const 
QString&, const QString& ) ), 
                                SIGNAL( authorizationRejected( const QString&, 
const QString& ) ) );
        QObject::connect( d->statusTask, SIGNAL( authorizationAccepted( const 
QString& ) ),
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to