# HG changeset patch # User Sean Egan # Date 1190066537 0 # Node ID a5f1483395d1a9528f557a1c16226c8b56b10002 # Parent 311ce377e92fc8fb192c28d74772bf96492974fc show transparent status icons for idle tooltips. Patch from #465 diff -r 311ce377e92f -r a5f1483395d1 pidgin/gtkblist.c --- 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;