Mercurial > pidgin.yaz
changeset 14180:45818acef0eb
[gaim-migrate @ 16830]
Patch from Henning Norn to not show ICQ users as
"pending" when they are away without a message
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 18 Aug 2006 05:59:47 +0000 |
parents | db2d55d332d6 |
children | fc92a5a7dd95 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Fri Aug 18 05:58:17 2006 +0000 +++ b/src/protocols/oscar/oscar.c Fri Aug 18 05:59:47 2006 +0000 @@ -2886,6 +2886,9 @@ gaim_status_set_attr_string(status, "message", message); g_free(message); } + else + /* Set an empty message so that we know not to show "pending" */ + gaim_status_set_attr_string(status, "message", message); gaim_blist_update_buddy_status(b, status); }