diff pidgin/gtklog.c @ 15434: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/gtklog.c	Sat Jan 27 09:20:49 2007 +0000
+++ b/pidgin/gtklog.c	Sat Jan 27 10:15:07 2007 +0000
@@ -503,7 +503,8 @@
 	}
 
 	display_log_viewer(ht, gaim_log_get_logs(type, screenname, account),
-			title, gaim_gtk_create_prpl_icon(account, 0.5), gaim_log_get_total_size(type, screenname, account));
+			title, gaim_gtk_create_prpl_icon(account, PIDGIN_PRPL_ICON_MEDIUM), 
+			gaim_log_get_total_size(type, screenname, account));
 	g_free(title);
 }