comparison 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
comparison
equal deleted inserted replaced
11435:1a2eaba2bc13 11436:f2ccf809ad91
2855 g_free(tmp); 2855 g_free(tmp);
2856 } 2856 }
2857 } 2857 }
2858 2858
2859 /* Last Seen */ 2859 /* Last Seen */
2860 if (!GAIM_BUDDY_IS_ONLINE(b)) 2860 if (!GAIM_BUDDY_IS_ONLINE(b) || b->present == GAIM_BUDDY_SIGNING_ON)
2861 { 2861 {
2862 struct _gaim_gtk_blist_node *gtknode = ((GaimBlistNode *)c)->ui_data; 2862 struct _gaim_gtk_blist_node *gtknode = ((GaimBlistNode *)c)->ui_data;
2863 GaimBlistNode *bnode; 2863 GaimBlistNode *bnode;
2864 int lastseen = 0; 2864 int lastseen = 0;
2865 2865