changeset 13249:65a7de0f59ff

[gaim-migrate @ 15615] The callback _check_buddy_by_address expects the data to be a struct _check_buddy_by_address_t, I haven't tested this but I'm 98.874% sure it's correct. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 12 Feb 2006 17:26:06 +0000
parents 3e3d54d5be19
children 58b8e87ad657
files src/protocols/bonjour/jabber.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/bonjour/jabber.c	Sun Feb 12 17:24:28 2006 +0000
+++ b/src/protocols/bonjour/jabber.c	Sun Feb 12 17:26:06 2006 +0000
@@ -390,7 +390,7 @@
 	cbba = g_new0(struct _check_buddy_by_address_t, 1);
 	cbba->address = address_text;
 	cbba->gb = &gb;
-	g_hash_table_foreach(bl->buddies, _check_buddy_by_address, address_text);
+	g_hash_table_foreach(bl->buddies, _check_buddy_by_address, cbba);
 	g_free(cbba);
 	if (gb == NULL)
 	{