diff src/gtkblist.c @ 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 f191b5bc199b
children 1c20849fc716
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;