Mercurial > pidgin
changeset 11436:f2ccf809ad91
[gaim-migrate @ 13673]
GAIM_BUDDY_SIGNING_ON is back, so let's use it for Last Seen again. I haven't tested this, except to verify that it compiles.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 04 Sep 2005 02:06:47 +0000 |
parents | 1a2eaba2bc13 |
children | 1c20849fc716 |
files | src/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Sun Sep 04 02:03:48 2005 +0000 +++ b/src/gtkblist.c Sun Sep 04 02:06:47 2005 +0000 @@ -2857,7 +2857,7 @@ } /* Last Seen */ - if (!GAIM_BUDDY_IS_ONLINE(b)) + if (!GAIM_BUDDY_IS_ONLINE(b) || b->present == GAIM_BUDDY_SIGNING_ON) { struct _gaim_gtk_blist_node *gtknode = ((GaimBlistNode *)c)->ui_data; GaimBlistNode *bnode;