Mercurial > pidgin
changeset 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 (current diff) aa875e77e5ce (diff) |
children | 95684692f622 |
files | libpurple/protocols/msn/contact.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/contact.c Thu Oct 25 08:13:42 2007 +0000 +++ b/libpurple/protocols/msn/contact.c Thu Oct 25 08:15:53 2007 +0000 @@ -1067,7 +1067,7 @@ gchar *body = NULL, *escaped_nickname; purple_debug_info("MSN CL","Update contact information with new friendly name: %s\n", nickname); - + escaped_nickname = g_markup_escape_text(nickname, -1); body = g_strdup_printf(MSN_CONTACT_UPDATE_TEMPLATE, escaped_nickname);