Mercurial > pidgin
diff src/buddy.c @ 1435:f16e17d42b43
[gaim-migrate @ 1445]
correction time is done again, for protocols that need it (which are only the AIM protocols so far)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 28 Jan 2001 09:16:50 +0000 |
| parents | 9be6790092dc |
| children | 6650776468b3 |
line wrap: on
line diff
--- a/src/buddy.c Sun Jan 28 09:09:18 2001 +0000 +++ b/src/buddy.c Sun Jan 28 09:16:50 2001 +0000 @@ -1853,7 +1853,8 @@ gtk_widget_show(bs->idle); /* now we do the tooltip */ - sotime = sec_to_text(t - b->signon); + sotime = sec_to_text(t - b->signon + + ((struct gaim_connection *)bs->connlist->data)->correction_time); if (b->idle) itime = sec_to_text(t - b->idle);
