comparison src/protocols/toc/toc.c @ 9982:8db453e87678

[gaim-migrate @ 10893] More oscar status changes. All of the oscar status changes so far are from Dave West, by the way. Thanks go to him. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 04:55:31 +0000
parents 2c7c6bdb938b
children 32467b63f55a
comparison
equal deleted inserted replaced
9981:5b13241a32c8 9982:8db453e87678
766 */ 766 */
767 tmp = g_strdup(gaim_normalize(gc->account, gaim_account_get_username(gc->account))); 767 tmp = g_strdup(gaim_normalize(gc->account, gaim_account_get_username(gc->account)));
768 if (!strcmp(tmp, gaim_normalize(gc->account, c))) { 768 if (!strcmp(tmp, gaim_normalize(gc->account, c))) {
769 gaim_connection_set_display_name(gc, c); 769 gaim_connection_set_display_name(gc, c);
770 gc->evil = evil; 770 gc->evil = evil;
771 gc->login_time_official = signon;
772 } 771 }
773 g_free(tmp); 772 g_free(tmp);
774 773
775 serv_got_update(gc, c, logged_in, evil, signon, time_idle, type); 774 serv_got_update(gc, c, logged_in, evil, signon, time_idle, type);
776 } else if (!g_ascii_strcasecmp(c, "ERROR")) { 775 } else if (!g_ascii_strcasecmp(c, "ERROR")) {