[Pidgin] #9746: Yahoo being set connected out of order.

Pidgin trac at pidgin.im
Tue Jul 21 19:35:25 EDT 2009


#9746: Yahoo being set connected out of order.
---------------------------------------------+------------------------------
 Reporter:  theshirt23                       |     Owner:  marv 
     Type:  patch                            |    Status:  new  
Component:  Yahoo!                           |   Version:  2.5.8
 Keywords:  yahoo connection, protocol data  |  
---------------------------------------------+------------------------------
 In yahoo_process_list_15, the line
 yd->logged_in=TRUE;
 should appear before the line
 purple_connection_set_state(gc, PURPLE_CONNECTED);

 If it does not, the signal signed-on is emitted earlier than the
 connection's protocol data is away it is logged in.  Thus, anything that
 reacts to the signed-on signal and expects the connection's protocol data
 logged_in to be TRUE will not function properly.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/9746>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list