changeset 19893:b602b1a692c9

Adding hints to libpurple/plugins/autoaccept.c
author Gabriel Schulhof <nix@go-nix.ca>
date Thu, 16 Aug 2007 17:17:15 +0000
parents 5734f1c98a37
children fa06f943abd3
files libpurple/plugins/autoaccept.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/plugins/autoaccept.c	Mon Aug 13 19:59:39 2007 +0000
+++ b/libpurple/plugins/autoaccept.c	Thu Aug 16 17:17:15 2007 +0000
@@ -169,7 +169,7 @@
 						_("Auto Accept"), FT_ACCEPT,
 						_("Auto Reject"), FT_REJECT,
 						NULL, purple_contact_get_alias((PurpleContact *)node), NULL,
-						NULL);
+						"xfer", NULL);
 	g_free(message);
 }