Mercurial > pidgin
diff libpurple/plugins/autoaccept.c @ 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 | aed9eceb7b0f |
| children | fa06f943abd3 |
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); }
