prpl icons in Send To menu

Sun, 04 Feb 2007 09:45:53 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Sun, 04 Feb 2007 09:45:53 +0000
changeset 15603
b17a2168b4a0
parent 15602
6d1d20a9e297
child 15605
0e9c88da172d

prpl icons in Send To menu

pidgin/gtkconv.c file | annotate | diff | comparison | revisions
--- 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)

mercurial