comparison src/buddy.c @ 4921:d5c136474f26

[gaim-migrate @ 5255] some compile cleanups committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 31 Mar 2003 16:34:07 +0000
parents 553d96cb9b26
children d947652a0b74
comparison
equal deleted inserted replaced
4920:a7f77d07783b 4921:d5c136474f26
254 } 254 }
255 else { 255 else {
256 show_add_buddy(NULL, NULL, NULL, NULL); 256 show_add_buddy(NULL, NULL, NULL, NULL);
257 } 257 }
258 } 258 }
259 259 static void
260 gaim_gtk_blist_remove_cb (GtkWidget *w, GaimBlistNode *node) 260 gaim_gtk_blist_remove_cb (GtkWidget *w, GaimBlistNode *node)
261 { 261 {
262 if (GAIM_BLIST_NODE_IS_BUDDY(node)) { 262 if (GAIM_BLIST_NODE_IS_BUDDY(node)) {
263 struct buddy *b = (struct buddy*)node; 263 struct buddy *b = (struct buddy*)node;
264 show_confirm_del(b->account->gc, b->name); 264 show_confirm_del(b->account->gc, b->name);