diff src/gtkpounce.c @ 10884:5cda52915a1f

[gaim-migrate @ 12582] Rename create_prpl_icon to gaim_gtk_create_prpl_icon, remove some dead code from gtkconv, and use G_MODULE_BIND_LOCAL - this breaks perl plugins, and should be added to the list of things that need fixing to save perl. Semi-fix the raw plugin too, but only if your filesystem is being friendly in where it puts stuff. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 28 Apr 2005 01:06:31 +0000
parents d83f745c997b
children 44e91a7708eb
line wrap: on
line diff
--- a/src/gtkpounce.c	Thu Apr 28 00:55:33 2005 +0000
+++ b/src/gtkpounce.c	Thu Apr 28 01:06:31 2005 +0000
@@ -851,7 +851,7 @@
 		item = gtk_image_menu_item_new_with_label(buddyname);
 
 		/* Create a pixmap for the protocol icon. */
-		pixbuf = create_prpl_icon(gaim_pounce_get_pouncer(pounce));
+		pixbuf = gaim_gtk_create_prpl_icon(gaim_pounce_get_pouncer(pounce));
 		if (pixbuf != NULL)
 		{
 			scale = gdk_pixbuf_scale_simple(pixbuf, 16, 16,