comparison src/dialogs.c @ 4245:cd84b0fd63fc

[gaim-migrate @ 4495] Now, shut up and leave me alone. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 08 Jan 2003 05:52:17 +0000
parents 9641bd9c79f5
children 9c7fcb211886
comparison
equal deleted inserted replaced
4244:091e9db94ebc 4245:cd84b0fd63fc
473 char *text; 473 char *text;
474 if (!bd) 474 if (!bd)
475 return; 475 return;
476 476
477 text = g_strdup_printf("You are about to remove %s from your buddy list. Do you want to continue?", name); 477 text = g_strdup_printf("You are about to remove %s from your buddy list. Do you want to continue?", name);
478 do_ask_dialog("Remove Buddy", text, bd, "Remove Buddy", do_remove_buddy, "Cancel", NULL); 478 do_ask_dialog("Remove Buddy", text, bd, "Remove Buddy", do_remove_buddy, "Cancel", NULL, FALSE);
479 g_free(text); 479 g_free(text);
480 } 480 }
481 481
482 482
483 483