Mercurial > pidgin
changeset 12883:d486bb706e82
[gaim-migrate @ 15235]
Last Seen should only show for the full tooltips. It's already contact aware.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 15 Jan 2006 15:47:21 +0000 |
parents | e1603fd610fa |
children | 3e9802ef84f9 |
files | src/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;