Mon, 16 Jan 2006 10:24:49 +0000
[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";