diff src/account.c @ 12088:980c877bd238

[gaim-migrate @ 14385] sf patch #1356873, from Will Thompson (resiak) "gaim_find_buddys_group is a stupid name. gaim_buddy_get_group is not a stupid name." Way to think outside the box! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Nov 2005 22:41:52 +0000
parents e4666705944b
children af257d8679fe
line wrap: on
line diff
--- a/src/account.c	Mon Nov 14 22:20:24 2005 +0000
+++ b/src/account.c	Mon Nov 14 22:41:52 2005 +0000
@@ -1942,7 +1942,7 @@
 
 	if (prpl_info != NULL && g_list_find(gaim_connections_get_all(), gc) &&
 			prpl_info->add_buddy != NULL)
-		prpl_info->add_buddy(gc, buddy, gaim_find_buddys_group(buddy));
+		prpl_info->add_buddy(gc, buddy, gaim_buddy_get_group(buddy));
 }
 
 void