changeset 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 6c5e31c961de
children 6c018e104ed1
files libpurple/protocols/oscar/peer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/peer.c	Thu Dec 18 20:27:07 2008 +0000
+++ b/libpurple/protocols/oscar/peer.c	Thu Dec 18 22:11:38 2008 +0000
@@ -1045,7 +1045,7 @@
 						  "Images.  Because your IP address will be "
 						  "revealed, this may be considered a privacy "
 						  "risk."),
-						0, /* Default action is "connect" */
+						PURPLE_DEFAULT_ACTION_NONE,
 						account, sn, NULL,
 						conn, 2,
 						_("C_onnect"), G_CALLBACK(peer_connection_got_proposition_yes_cb),