Mercurial > pidgin.yaz
diff pidgin/gtkblist.c @ 15435:29e443e0613f
I think this takes care of protocol icons. Note there are still places
that ask for a "stauts icon" and expect a protocol icon. I haven't hit
those yet.
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 27 Jan 2007 10:15:07 +0000 |
parents | f2f2c3bd26ad |
children | 9c0cf4db1f4d |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Sat Jan 27 09:20:49 2007 +0000 +++ b/pidgin/gtkblist.c Sat Jan 27 10:15:07 2007 +0000 @@ -6343,7 +6343,7 @@ gaim_account_get_protocol_name(account), ")", NULL); menuitem = gtk_image_menu_item_new_with_label(buf); g_free(buf); - pixbuf = gaim_gtk_create_prpl_icon(account, 0.5); + pixbuf = gaim_gtk_create_prpl_icon(account, PIDGIN_PRPL_ICON_SMALL); if (pixbuf != NULL) { if (!gaim_account_is_connected(account))