Mercurial > pidgin.yaz
comparison libpurple/protocols/oscar/peer.c @ 24798:20c8c52e209a
Don't set a default action for oscar's "Do you want to accept this
direct im?" request. Fixes #7826
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 18 Dec 2008 22:11:38 +0000 |
parents | 239ee71307c6 |
children | 568b786c36f9 |
comparison
equal
deleted
inserted
replaced
24797:6c5e31c961de | 24798:20c8c52e209a |
---|---|
1043 _("This requires a direct connection between " | 1043 _("This requires a direct connection between " |
1044 "the two computers and is necessary for IM " | 1044 "the two computers and is necessary for IM " |
1045 "Images. Because your IP address will be " | 1045 "Images. Because your IP address will be " |
1046 "revealed, this may be considered a privacy " | 1046 "revealed, this may be considered a privacy " |
1047 "risk."), | 1047 "risk."), |
1048 0, /* Default action is "connect" */ | 1048 PURPLE_DEFAULT_ACTION_NONE, |
1049 account, sn, NULL, | 1049 account, sn, NULL, |
1050 conn, 2, | 1050 conn, 2, |
1051 _("C_onnect"), G_CALLBACK(peer_connection_got_proposition_yes_cb), | 1051 _("C_onnect"), G_CALLBACK(peer_connection_got_proposition_yes_cb), |
1052 _("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb)); | 1052 _("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb)); |
1053 } | 1053 } |