[gaim-migrate @ 15246]

Mon, 16 Jan 2006 10:24:49 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Mon, 16 Jan 2006 10:24:49 +0000
changeset 12893
cc122cfc24dc
parent 12892
aa322da897d6
child 12894
acc0a48a8dc8

[gaim-migrate @ 15246]
BuddtList isn't right.

plugins/perl/perl-common.c file | annotate | diff | comparison | revisions
--- a/plugins/perl/perl-common.c	Mon Jan 16 10:19:31 2006 +0000
+++ b/plugins/perl/perl-common.c	Mon Jan 16 10:24:49 2006 +0000
@@ -433,7 +433,7 @@
 			stash = "Gaim::Plugin";
 			break;
 		case GAIM_SUBTYPE_BLIST_NODE:
-			stash = "Gaim::BuddtList::Node";
+			stash = "Gaim::BuddyList::Node";
 			break;
 		case GAIM_SUBTYPE_CIPHER:
 			stash = "Gaim::Cipher";

mercurial