Mercurial > pidgin
changeset 22063:f808629a0123
Default for "do you want to add this buddy?" for oscar is now "no"
instead of "none"
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 11 Jan 2008 00:01:33 +0000 |
parents | 786bf5f84ce7 |
children | 1af120c0fafd d6f174c2a83e |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Thu Jan 10 22:12:27 2008 +0000 +++ b/libpurple/protocols/oscar/oscar.c Fri Jan 11 00:01:33 2008 +0000 @@ -5219,7 +5219,7 @@ data->nick = (buddy ? g_strdup(purple_buddy_get_alias_only(buddy)) : NULL); purple_request_yes_no(gc, NULL, _("Authorization Given"), dialog_msg, - PURPLE_DEFAULT_ACTION_NONE, + 1, /* Default action is "no" */ purple_connection_get_account(gc), sn, NULL, data, G_CALLBACK(purple_icq_buddyadd),