diff pidgin/gtkpounce.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 d75099d2567e
line wrap: on
line diff
--- a/pidgin/gtkpounce.c	Sat Jan 27 09:20:49 2007 +0000
+++ b/pidgin/gtkpounce.c	Sat Jan 27 10:15:07 2007 +0000
@@ -186,7 +186,7 @@
 
 	events = gaim_pounce_get_events(pounce);
 
-	pixbuf = gaim_gtk_create_prpl_icon(account, 0.5);
+	pixbuf = gaim_gtk_create_prpl_icon(account, PIDGIN_PRPL_ICON_MEDIUM);
 
 	pouncer = gaim_account_get_username(account);
 	pouncee = gaim_pounce_get_pouncee(pounce);