Mercurial > pidgin
diff libpurple/util.c @ 31907:99ca503ea087
Rename purple_notify_user_info_add_pair to
purple_notify_user_info_add_pair_html, to be more explicit so hopefully
people don't pass this non-html in the future.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 22 Aug 2011 02:23:28 +0000 |
parents | 323876c34a96 |
children | 3b2ceeb8883b 3828a61c44da |
line wrap: on
line diff
--- a/libpurple/util.c Mon Aug 22 02:11:36 2011 +0000 +++ b/libpurple/util.c Mon Aug 22 02:23:28 2011 +0000 @@ -1321,7 +1321,7 @@ g_string_append_len(dest, p, q - p); } - purple_notify_user_info_add_pair(user_info, display_name, dest->str); + purple_notify_user_info_add_pair_html(user_info, display_name, dest->str); g_string_free(dest, TRUE); return TRUE;