comparison src/server.c @ 9981:5b13241a32c8

[gaim-migrate @ 10892] Remove gc->login_time_official for now. oscar was the only thing remotely using it, and it's getting in the way now. I'm very skeptical it even had any benefit committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 04:54:00 +0000
parents f4ff7d2b9b2c
children bdec08a8fc5b
comparison
equal deleted inserted replaced
9980:1cad29047886 9981:5b13241a32c8
1235 current_time, tmp); 1235 current_time, tmp);
1236 g_free(tmp); 1236 g_free(tmp);
1237 } 1237 }
1238 } 1238 }
1239 1239
1240 if (gc->login_time_official && gc->login_time && signon > 0)
1241 signon += gc->login_time_official - gc->login_time;
1242
1243 gaim_blist_update_buddy_signon(b, signon); 1240 gaim_blist_update_buddy_signon(b, signon);
1244 1241
1245 if (c != NULL) 1242 if (c != NULL)
1246 gaim_conversation_update(c, GAIM_CONV_UPDATE_AWAY); 1243 gaim_conversation_update(c, GAIM_CONV_UPDATE_AWAY);
1247 1244