Mercurial > pidgin
changeset 13999:dd19c67be844
[gaim-migrate @ 16584]
_with_data is since 2.10
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 27 Jul 2006 18:35:16 +0000 |
parents | 4fa4f2909b0d |
children | f327a27f7f07 |
files | src/protocols/qq/buddy_info.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/qq/buddy_info.c Thu Jul 27 17:37:42 2006 +0000 +++ b/src/protocols/qq/buddy_info.c Thu Jul 27 18:35:16 2006 +0000 @@ -205,7 +205,7 @@ if (g_ascii_strcasecmp(group_name, cur->group) == 0) { entry = g_memdup(cur, sizeof(info_field)); entry->value = g_strdup(info[entry->pos]); - group = g_list_insert_sorted_with_data(group, entry, info_field_compare, NULL); + group = g_list_insert_sorted(group, entry, info_field_compare); } cur++; }