Mercurial > pidgin
diff libpurple/protocols/msn/session.c @ 30684: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 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.c Tue Dec 15 03:22:18 2009 +0000 +++ b/libpurple/protocols/msn/session.c Tue Dec 15 03:53:11 2009 +0000 @@ -455,7 +455,7 @@ if (session->protocol_ver >= 16) { /* TODO: Send this when updating status instead? */ msn_notification_send_uux_endpointdata(session); - /*msn_notification_send_uux_private_endpointdata(session);*/ + msn_notification_send_uux_private_endpointdata(session); } msn_change_status(session); }
