Mercurial > pidgin
changeset 13722:4997b8b66206
[gaim-migrate @ 16131]
Remove an unused call to time(NULL)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 04 May 2006 00:12:33 +0000 |
parents | 6a02f71a305a |
children | 1983a8fc8e72 |
files | src/idle.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/idle.c Wed May 03 04:12:35 2006 +0000 +++ b/src/idle.c Thu May 04 00:12:33 2006 +0000 @@ -146,7 +146,7 @@ gaim_debug_info("idle", "Setting %s unidle\n", gaim_account_get_username(account)); - gaim_presence_set_idle(presence, FALSE, time(NULL)); + gaim_presence_set_idle(presence, FALSE, 0); } /*