comparison src/multi.c @ 3730:a20bf3d247ff

[gaim-migrate @ 3868] Pretty do_ask_dialog. I also "fixed" the "hitting yes calls the 'no' function anyway" behavior. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 17 Oct 2002 21:29:53 +0000
parents d85208a99af2
children 599194293ee5
comparison
equal deleted inserted replaced
3729:a8f0c169e529 3730:a20bf3d247ff
969 u = g_slist_nth_data(aim_users, row); 969 u = g_slist_nth_data(aim_users, row);
970 if (!u) 970 if (!u)
971 return; 971 return;
972 972
973 g_snprintf(buf, sizeof(buf), _("Are you sure you want to delete %s?"), u->username); 973 g_snprintf(buf, sizeof(buf), _("Are you sure you want to delete %s?"), u->username);
974 do_ask_dialog(buf, u, do_del_acct, NULL); 974 do_ask_dialog(buf, NULL, u, _("Delete"), do_del_acct, _("Cancel"), NULL);
975 l = l->next; 975 l = l->next;
976 } 976 }
977 } 977 }
978 978
979 static void sel_auto(gpointer w, gpointer d) 979 static void sel_auto(gpointer w, gpointer d)