diff src/ticker.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 ab55ac6234b8
children 30ca1b76ad0c
line wrap: on
line diff
--- a/src/ticker.c	Fri Nov 02 00:52:07 2001 +0000
+++ b/src/ticker.c	Fri Nov 02 01:41:37 2001 +0000
@@ -293,7 +293,7 @@
 				if( b->present ) {
 					xpm = NULL;
 					if (gc->prpl->list_icon)
-						xpm = (*gc->prpl->list_icon)(b->uc);
+						xpm = gc->prpl->list_icon(b->uc);
 					if (xpm == NULL)
 						xpm = (char **)no_icon_xpm;
 					pm = gdk_pixmap_create_from_xpm_d(blist->window, &bm, NULL, xpm);