# HG changeset patch # User Sean Egan # Date 1170582353 0 # Node ID a1e0b153fc30640fe7576955ae6eec74eb7525a0 # Parent d74985add99fe3dc0778ac292f024bfccd29159c prpl icons in Send To menu diff -r d74985add99f -r a1e0b153fc30 pidgin/gtkconv.c --- 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)