# HG changeset patch # User Etan Reisner # Date 1211148163 0 # Node ID 85f567c95af150cbd7e8ed579533c7c5a5645622 # Parent e206ff2e5efa233d16c0e4a2f1fe135004f04a01 Buddy icons in the buddy list should not default to being marked idle. Thanks Twain28 for pointing this out to me on irc. diff -r e206ff2e5efa -r 85f567c95af1 pidgin/gtkblist.c --- 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);