Mercurial > pidgin
comparison libpurple/protocols/msn/contact.c @ 21105:66424ff7b9db
merge of '55509c00185d844b4d89ef81a3eb17a6a0c5f52a'
and '58108c5f2569bd0c96b249383350e4f5f46bbccf'
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Thu, 25 Oct 2007 08:15:53 +0000 |
parents | d31843a6b3bb aa875e77e5ce |
children | 95684692f622 |
comparison
equal
deleted
inserted
replaced
21104:d31843a6b3bb | 21105:66424ff7b9db |
---|---|
1065 msn_update_contact(MsnContact *contact, const char* nickname) | 1065 msn_update_contact(MsnContact *contact, const char* nickname) |
1066 { | 1066 { |
1067 gchar *body = NULL, *escaped_nickname; | 1067 gchar *body = NULL, *escaped_nickname; |
1068 | 1068 |
1069 purple_debug_info("MSN CL","Update contact information with new friendly name: %s\n", nickname); | 1069 purple_debug_info("MSN CL","Update contact information with new friendly name: %s\n", nickname); |
1070 | 1070 |
1071 escaped_nickname = g_markup_escape_text(nickname, -1); | 1071 escaped_nickname = g_markup_escape_text(nickname, -1); |
1072 | 1072 |
1073 body = g_strdup_printf(MSN_CONTACT_UPDATE_TEMPLATE, escaped_nickname); | 1073 body = g_strdup_printf(MSN_CONTACT_UPDATE_TEMPLATE, escaped_nickname); |
1074 | 1074 |
1075 msn_soap_message_send(contact->session, | 1075 msn_soap_message_send(contact->session, |