diff src/gtkdialogs.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 e859c1663a27
children e75ef7aa913e
line wrap: on
line diff
--- a/src/gtkdialogs.c	Mon Nov 14 22:20:24 2005 +0000
+++ b/src/gtkdialogs.c	Mon Nov 14 22:41:52 2005 +0000
@@ -891,7 +891,7 @@
 	gchar *name;
 	GaimAccount *account;
 
-	group = gaim_find_buddys_group(buddy);
+	group = gaim_buddy_get_group(buddy);
 	name = g_strdup(buddy->name); /* b->name is a crasher after remove_buddy */
 	account = buddy->account;