diff pidgin/gtkblist.c @ 32366: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 3322201b446f
children ac6353ffa129 cd1d9e04c587
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Mon Aug 22 02:11:36 2011 +0000
+++ b/pidgin/gtkblist.c	Mon Aug 22 02:23:28 2011 +0000
@@ -3913,7 +3913,7 @@
 			/* Total buddies (from online accounts) in group */
 			char tmp2[12];
 			sprintf(tmp2, "%d", count);
-			purple_notify_user_info_add_pair(user_info,
+			purple_notify_user_info_add_pair_html(user_info,
 					_("Total Buddies"), tmp2);
 		}