Mercurial > pidgin
changeset 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 | 311ce377e92f |
children | aea9ac30c0c5 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;