changeset 6544:a87b9c7d199e

[gaim-migrate @ 7066] BuddyList::groups() works. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 21 Aug 2003 03:34:53 +0000
parents 4d45f1eb0a7b
children 5a3fbef32910
files plugins/perl/common/BuddyList.xs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/common/BuddyList.xs	Thu Aug 21 03:29:33 2003 +0000
+++ b/plugins/perl/common/BuddyList.xs	Thu Aug 21 03:34:53 2003 +0000
@@ -80,7 +80,7 @@
 groups()
 PREINIT:
 	GaimBlistNode *node;
-CODE:
+PPCODE:
 	if (gaim_get_blist() != NULL)
 	{
 		for (node = gaim_get_blist()->root; node != NULL; node = node->next)