comparison 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
comparison
equal deleted inserted replaced
12087:f30a6ad84aff 12088:980c877bd238
889 GaimGroup *group; 889 GaimGroup *group;
890 GaimConversation *conv; 890 GaimConversation *conv;
891 gchar *name; 891 gchar *name;
892 GaimAccount *account; 892 GaimAccount *account;
893 893
894 group = gaim_find_buddys_group(buddy); 894 group = gaim_buddy_get_group(buddy);
895 name = g_strdup(buddy->name); /* b->name is a crasher after remove_buddy */ 895 name = g_strdup(buddy->name); /* b->name is a crasher after remove_buddy */
896 account = buddy->account; 896 account = buddy->account;
897 897
898 gaim_debug_info("blist", "Removing '%s' from buddy list.\n", buddy->name); 898 gaim_debug_info("blist", "Removing '%s' from buddy list.\n", buddy->name);
899 /* TODO - Should remove from blist first... then call gaim_account_remove_buddy()? */ 899 /* TODO - Should remove from blist first... then call gaim_account_remove_buddy()? */