diff src/protocols/oscar/oscar.c @ 9295:3313eab5033d

[gaim-migrate @ 10098] I really thought I had removed all those gaim_blist_save's Sorry about that committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jun 2004 21:59:04 +0000
parents 7a8aa87164ae
children b3bda982996b
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Jun 15 11:59:53 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Jun 15 21:59:04 2004 +0000
@@ -2726,6 +2726,7 @@
 	if (info->present & AIM_USERINFO_PRESENT_IDLE) {
 		time(&time_idle);
 		time_idle -= info->idletime*60;
+		/* time_idle should be the seconds since epoch at which the user became idle */
 	}
 
 	if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE)