libgaim/plugins/perl/perl-common.c

changeset 14779
1b71da367f56
parent 14254
77edc7a6191a
child 20470
77693555855f
child 20472
6a6d2ef151e6
--- a/libgaim/plugins/perl/perl-common.c	Thu Oct 12 13:42:11 2006 +0000
+++ b/libgaim/plugins/perl/perl-common.c	Thu Oct 12 20:38:47 2006 +0000
@@ -447,6 +447,9 @@
 		case GAIM_SUBTYPE_XFER:
 			stash = "Gaim::Xfer";
 			break;
+		case GAIM_SUBTYPE_XMLNODE:
+			stash = "Gaim::XMLNode";
+			break;
 
 		default:
 			stash = "Gaim"; /* ? */

mercurial