diff src/perl.c @ 2662:b0c5770156e1

[gaim-migrate @ 2675] everything changed! not really. actually to be quite honest nothing changed. it's really bad that all of these files use prpl references. most of them shouldn't. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 02 Nov 2001 01:41:37 +0000
parents b2800bca74fe
children 52342b416ca2
line wrap: on
line diff
--- a/src/perl.c	Fri Nov 02 00:52:07 2001 +0000
+++ b/src/perl.c	Fri Nov 02 01:41:37 2001 +0000
@@ -378,7 +378,7 @@
 		{
 			struct gaim_connection *gc = (struct gaim_connection *)SvIV(ST(1));
 			if (g_slist_find(connections, gc))
-				XST_mPV(i++, (*gc->prpl->name)());
+				XST_mPV(i++, gc->prpl->name());
 			else
 				XST_mPV(i++, "Unknown");
 		}