changeset 15541:a1e0b153fc30

prpl icons in Send To menu
author Sean Egan <seanegan@gmail.com>
date Sun, 04 Feb 2007 09:45:53 +0000
parents d74985add99f
children cb6bb41291c8
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sun Feb 04 09:36:33 2007 +0000
+++ b/pidgin/gtkconv.c	Sun Feb 04 09:45:53 2007 +0000
@@ -3195,10 +3195,7 @@
 	gchar *text;
 
 	/* Create a pixmap for the protocol icon. */
-	if (buddy != NULL)
-		pixbuf = pidgin_blist_get_status_icon((GaimBlistNode*)buddy, PIDGIN_STATUS_ICON_SMALL);
-	else
-		pixbuf = pidgin_create_prpl_icon(account, 0.5);
+	pixbuf = pidgin_create_prpl_icon(account, PIDGIN_PRPL_ICON_SMALL);
 
 	/* Now convert it to GtkImage */
 	if (pixbuf == NULL)