diff pidgin/gtkconv.c @ 15542:a1e0b153fc30

prpl icons in Send To menu
author Sean Egan <seanegan@gmail.com>
date Sun, 04 Feb 2007 09:45:53 +0000
parents 47e9514f1c89
children 29a03d2d2395
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)