# HG changeset patch # User Gabriel Schulhof # Date 1187284635 0 # Node ID b602b1a692c91a657700143e0567ebdb6927d9a5 # Parent 5734f1c98a3728f0cf63e20fe85594e5362efefd Adding hints to libpurple/plugins/autoaccept.c diff -r 5734f1c98a37 -r b602b1a692c9 libpurple/plugins/autoaccept.c --- 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); }