comparison src/dialogs.c @ 2746:a0da8be3db45

[gaim-migrate @ 2759] eh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 18 Nov 2001 05:42:08 +0000
parents 0c8de85fee62
children 3e8004e0df3d
comparison
equal deleted inserted replaced
2745:0c8de85fee62 2746:a0da8be3db45
450 cv = find_conversation(b->name); 450 cv = find_conversation(b->name);
451 451
452 if (cv) 452 if (cv)
453 update_convo_add_button(cv); 453 update_convo_add_button(cv);
454 454
455 }
456
457 void toggle_confirm_del_cb(GtkWidget *w, int opt)
458 {
459 im_options = im_options ^ opt;
460 } 455 }
461 456
462 void show_confirm_del(struct gaim_connection *gc, gchar *name) 457 void show_confirm_del(struct gaim_connection *gc, gchar *name)
463 { 458 {
464 struct confirm_del *b = g_new0(struct confirm_del, 1); 459 struct confirm_del *b = g_new0(struct confirm_del, 1);