Buddy icons in the buddy list should not default to being marked idle. Thanks next.minor

Sun, 18 May 2008 22:02:43 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Sun, 18 May 2008 22:02:43 +0000
branch
next.minor
changeset 23301
c460b5acd220
parent 23300
c49ee0be7ad6
child 23302
cbe5a85c6c32

Buddy icons in the buddy list should not default to being marked idle. Thanks
Twain28 for pointing this out to me on irc.

pidgin/gtkblist.c file | annotate | diff | comparison | revisions
--- 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);

mercurial