diff pidgin/gtkblist.c @ 20138:a5f1483395d1

show transparent status icons for idle tooltips. Patch from #465
author Sean Egan <seanegan@gmail.com>
date Mon, 17 Sep 2007 22:02:17 +0000
parents ac6bf49cd5ba
children f76246d669c6
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Mon Sep 17 20:20:30 2007 +0000
+++ b/pidgin/gtkblist.c	Mon Sep 17 22:02:17 2007 +0000
@@ -3451,7 +3451,7 @@
 		}
 
 		p = purple_buddy_get_presence(buddy);
-		trans = (purple_presence_is_idle(p) && size == PIDGIN_STATUS_ICON_SMALL);
+		trans = purple_presence_is_idle(p);
 
 		if (PURPLE_BUDDY_IS_ONLINE(buddy) && gtkbuddynode && gtkbuddynode->recent_signonoff)
 			icon = PIDGIN_STOCK_STATUS_LOGIN;