Sun, 15 Jan 2006 15:47:21 +0000
[gaim-migrate @ 15235]
Last Seen should only show for the full tooltips. It's already contact aware.
| src/gtkblist.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkblist.c Sun Jan 15 07:56:58 2006 +0000 +++ b/src/gtkblist.c Sun Jan 15 15:47:21 2006 +0000 @@ -2728,7 +2728,7 @@ } /* Last Seen */ - if (!GAIM_BUDDY_IS_ONLINE(b)) + if (full && !GAIM_BUDDY_IS_ONLINE(b)) { struct _gaim_gtk_blist_node *gtknode = ((GaimBlistNode *)c)->ui_data; GaimBlistNode *bnode;