diff -r 105fdac48813 -r 76b5ca00a36c pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sat Jan 27 09:20:49 2007 +0000 +++ b/pidgin/gtkconv.c Sat Jan 27 10:15:07 2007 +0000 @@ -2249,7 +2249,7 @@ /* If they don't have a buddy icon, then use the PRPL icon */ if (status == NULL) - status = gaim_gtk_create_prpl_icon(account, small_icon ? 0.5 : 1.0); + status = gaim_gtk_create_prpl_icon(account, small_icon ? PIDGIN_PRPL_ICON_SMALL : PIDGIN_PRPL_ICON_LARGE); return status; }