comparison 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
comparison
equal deleted inserted replaced
31906:e8d4755ef84b 31907:99ca503ea087
1319 } 1319 }
1320 else 1320 else
1321 g_string_append_len(dest, p, q - p); 1321 g_string_append_len(dest, p, q - p);
1322 } 1322 }
1323 1323
1324 purple_notify_user_info_add_pair(user_info, display_name, dest->str); 1324 purple_notify_user_info_add_pair_html(user_info, display_name, dest->str);
1325 g_string_free(dest, TRUE); 1325 g_string_free(dest, TRUE);
1326 1326
1327 return TRUE; 1327 return TRUE;
1328 } 1328 }
1329 1329