comparison src/server.c @ 4841:7bdda84b5431

[gaim-migrate @ 5166] This fixes the bug where people would show up as being online for 47 thousand days in their mouse overs. To all the people that experienced this bug: Set the clocks on your computers correctly, foos. And now some quotes: Good versus evil equals confrontation Good turned to evil and a push comes to shove, we must save the world with an act of love "How could you not love it? This buddy list is endangering marriages." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 20 Mar 2003 21:13:07 +0000
parents 677d3cb193a1
children cb5bb2972a4b
comparison
equal deleted inserted replaced
4840:a701ef925850 4841:7bdda84b5431
855 855
856 if (signon && (gc->prpl->options & OPT_PROTO_CORRECT_TIME)) { 856 if (signon && (gc->prpl->options & OPT_PROTO_CORRECT_TIME)) {
857 char *tmp = g_strdup(normalize(name)); 857 char *tmp = g_strdup(normalize(name));
858 if (!gaim_utf8_strcasecmp(tmp, normalize(gc->username))) { 858 if (!gaim_utf8_strcasecmp(tmp, normalize(gc->username))) {
859 gc->evil = evil; 859 gc->evil = evil;
860 gc->correction_time = (signon - gc->login_time); 860 gc->login_time_official = signon;
861 /*update_idle_times();*/ 861 /*update_idle_times();*/
862 } 862 }
863 g_free(tmp); 863 g_free(tmp);
864 } 864 }
865 865