diff plugins/perl/perl-common.c @ 13219:d0f7f698b6de

[gaim-migrate @ 15583] SF Patch #1428591 from Sadrul "This is a new signal, emitted when request for a file-transfer comes in. I have written a trivial plugin (which I plan on adding under plugin_pack in a couple of days) that uses this signal to auto-accept file-transfers. I have tested the plugin to auto-accept or auto-reject file-transfer requests." I also noticed that the file transfer signals weren't using a subtype for GaimXfer pointers, so I added one. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 11 Feb 2006 05:24:30 +0000
parents 31e3c4f78aa4
children
line wrap: on
line diff
--- a/plugins/perl/perl-common.c	Sat Feb 11 05:18:48 2006 +0000
+++ b/plugins/perl/perl-common.c	Sat Feb 11 05:24:30 2006 +0000
@@ -444,6 +444,9 @@
 		case GAIM_SUBTYPE_LOG:
 			stash = "Gaim::Log";
 			break;
+		case GAIM_SUBTYPE_XFER:
+			stash = "Gaim::Xfer";
+			break;
 
 		default:
 			stash = "Gaim"; /* ? */