comparison src/server.c @ 7950:7b8407d8c546

[gaim-migrate @ 8624] Move the "Logged In:" tooltip thingy to the core. Much thanks to Evan Schoenberg of Adium. This shouldn't affect anything for oscar. For jabber some servers/accounts might start showing a "Logged In:" line in people's tooltips. I'm really not sure when it will or won't. I bet faceprint knows! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 29 Dec 2003 06:13:36 +0000
parents 6db061321ec4
children 1b8261f374ea
comparison
equal deleted inserted replaced
7949:b356e2a9d7fc 7950:7b8407d8c546
1122 gaim_signal_emit(gaim_blist_get_handle(), "buddy-idle", b); 1122 gaim_signal_emit(gaim_blist_get_handle(), "buddy-idle", b);
1123 } else if (b->idle && !idle) { 1123 } else if (b->idle && !idle) {
1124 gaim_signal_emit(gaim_blist_get_handle(), "buddy-unidle", b); 1124 gaim_signal_emit(gaim_blist_get_handle(), "buddy-unidle", b);
1125 } 1125 }
1126 1126
1127 if (gc->login_time_official && gc->login_time)
1128 signon += gc->login_time_official - gc->login_time;
1129 gaim_blist_update_buddy_signon(b, signon);
1127 gaim_blist_update_buddy_idle(b, idle); 1130 gaim_blist_update_buddy_idle(b, idle);
1128 gaim_blist_update_buddy_evil(b, evil); 1131 gaim_blist_update_buddy_evil(b, evil);
1129 /* LOG 1132 /* LOG
1130 if ((b->uc & UC_UNAVAILABLE) && !(type & UC_UNAVAILABLE)) 1133 if ((b->uc & UC_UNAVAILABLE) && !(type & UC_UNAVAILABLE))
1131 system_log(log_back, gc, b, OPT_LOG_BUDDY_AWAY); 1134 system_log(log_back, gc, b, OPT_LOG_BUDDY_AWAY);