comparison 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
comparison
equal deleted inserted replaced
9294:01dee77a079d 9295:3313eab5033d
2724 caps ^= AIM_CAPS_ICQ_DIRECT; 2724 caps ^= AIM_CAPS_ICQ_DIRECT;
2725 2725
2726 if (info->present & AIM_USERINFO_PRESENT_IDLE) { 2726 if (info->present & AIM_USERINFO_PRESENT_IDLE) {
2727 time(&time_idle); 2727 time(&time_idle);
2728 time_idle -= info->idletime*60; 2728 time_idle -= info->idletime*60;
2729 /* time_idle should be the seconds since epoch at which the user became idle */
2729 } 2730 }
2730 2731
2731 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) 2732 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE)
2732 signon = info->onlinesince; 2733 signon = info->onlinesince;
2733 else if (info->present & AIM_USERINFO_PRESENT_SESSIONLEN) 2734 else if (info->present & AIM_USERINFO_PRESENT_SESSIONLEN)