diff pidgin/gtkconv.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 5fe8042783c1
children 9c0cf4db1f4d
line wrap: on
line diff
--- 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;
 }