Mercurial > pidgin.yaz
comparison libpurple/protocols/msn/session.c @ 31122:b4dc2d27f24e
Fix typo in PrivateEndpointData, resulting in the name of the endpoint
never being sent out.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 15 Dec 2009 03:53:11 +0000 |
parents | ed838ad00173 |
children | b3b7b537284f |
comparison
equal
deleted
inserted
replaced
31121:509c4ffff958 | 31122:b4dc2d27f24e |
---|---|
453 } | 453 } |
454 | 454 |
455 if (session->protocol_ver >= 16) { | 455 if (session->protocol_ver >= 16) { |
456 /* TODO: Send this when updating status instead? */ | 456 /* TODO: Send this when updating status instead? */ |
457 msn_notification_send_uux_endpointdata(session); | 457 msn_notification_send_uux_endpointdata(session); |
458 /*msn_notification_send_uux_private_endpointdata(session);*/ | 458 msn_notification_send_uux_private_endpointdata(session); |
459 } | 459 } |
460 msn_change_status(session); | 460 msn_change_status(session); |
461 } | 461 } |
462 | 462 |