comparison src/protocols/msn/userlist.c @ 9948:b13013595c08

[gaim-migrate @ 10844] "This disables the default action and focus for certain dialogs which use gaim_request_action such as the file transfer dialog ('do you wish to receive this file'). Note that this will require the user to either click the button of their choice or tab to the button of choice and press enter or space. Should fix Bug #1020523 I'll submit another patch to clean up the rest of the dialogs once I hear back from the rest of the team as to how the desired behavior should be. --dw " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 04 Sep 2004 03:33:16 +0000
parents 1dfebce5eac9
children f4ff7d2b9b2c
comparison
equal deleted inserted replaced
9947:3726addc1c97 9948:b13013595c08
94 _("The user %s wants to add %s to his or " 94 _("The user %s wants to add %s to his or "
95 "her buddy list."), 95 "her buddy list."),
96 passport, gaim_account_get_username(gc->account)); 96 passport, gaim_account_get_username(gc->account));
97 } 97 }
98 98
99 gaim_request_action(gc, NULL, msg, NULL, 0, pa, 2, 99 gaim_request_action(gc, NULL, msg, NULL,
100 GAIM_DEFAULT_ACTION_NONE, pa, 2,
100 _("Authorize"), G_CALLBACK(msn_accept_add_cb), 101 _("Authorize"), G_CALLBACK(msn_accept_add_cb),
101 _("Deny"), G_CALLBACK(msn_cancel_add_cb)); 102 _("Deny"), G_CALLBACK(msn_cancel_add_cb));
102 103
103 g_free(msg); 104 g_free(msg);
104 } 105 }