comparison src/protocols/oscar/oscar.c @ 11820:2cf6d4cf2cb0

[gaim-migrate @ 14111] Death to // comments. Excluding win32, where it doesn't matter, this should be it except for crazychat and bonjour. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Oct 2005 20:50:21 +0000
parents 42b5b3015d9e
children fa742ad8068c
comparison
equal deleted inserted replaced
11819:1452a3a9f07a 11820:2cf6d4cf2cb0
3616 else 3616 else
3617 status_id = OSCAR_STATUS_ID_AVAILABLE; 3617 status_id = OSCAR_STATUS_ID_AVAILABLE;
3618 } 3618 }
3619 gaim_prpl_got_user_status(account, info->sn, status_id, NULL); 3619 gaim_prpl_got_user_status(account, info->sn, status_id, NULL);
3620 gaim_prpl_got_user_login_time(account, info->sn, signon - od->timeoffset); 3620 gaim_prpl_got_user_login_time(account, info->sn, signon - od->timeoffset);
3621 // gaim_prpl_got_user_warning_level(account, info->sn, info->warnlevel/10.0 + 0.5); 3621 #if 0
3622 gaim_prpl_got_user_warning_level(account, info->sn, info->warnlevel/10.0 + 0.5);
3623 #endif
3622 3624
3623 if (time_idle > 0) 3625 if (time_idle > 0)
3624 gaim_prpl_got_user_idle(account, info->sn, TRUE, time_idle); 3626 gaim_prpl_got_user_idle(account, info->sn, TRUE, time_idle);
3625 else 3627 else
3626 gaim_prpl_got_user_idle(account, info->sn, FALSE, 0); 3628 gaim_prpl_got_user_idle(account, info->sn, FALSE, 0);