Mercurial > pidgin
changeset 23158:85f567c95af1
Buddy icons in the buddy list should not default to being marked idle. Thanks
Twain28 for pointing this out to me on irc.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sun, 18 May 2008 22:02:43 +0000 |
parents | e206ff2e5efa |
children | 25161f5ea347 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Sat May 17 19:54:58 2008 +0000 +++ b/pidgin/gtkblist.c Sun May 18 22:02:43 2008 +0000 @@ -2622,7 +2622,7 @@ } if (greyed) { - gboolean offline = FALSE, idle = TRUE; + gboolean offline = FALSE, idle = FALSE; if (buddy) { PurplePresence *presence = purple_buddy_get_presence(buddy);