changeset 19837:e4deb70d504f

Added hints to oscar peer.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 20:15:40 +0000
parents ee7d92af97f7
children 14b6cc7d2474
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	Sun Aug 12 20:13:34 2007 +0000
+++ b/libpurple/protocols/oscar/peer.c	Sun Aug 12 20:15:40 2007 +0000
@@ -1018,7 +1018,7 @@
 						  "risk."),
 						PURPLE_DEFAULT_ACTION_NONE,
 						account, sn, NULL,
-						conn, 2,
+						"buddy", conn, 2,
 						_("C_onnect"), G_CALLBACK(peer_connection_got_proposition_yes_cb),
 						_("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb));
 	}