comparison src/protocols/toc/toc.c @ 10870:b75ce371c812

[gaim-migrate @ 12557] Elimidate a parameter that shouldn't-a-been there committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Apr 2005 04:03:16 +0000
parents c94f40ffcafb
children 50224ac8184d
comparison
equal deleted inserted replaced
10869:3e43c132f151 10870:b75ce371c812
858 tmp = g_strdup(gaim_normalize(account, gaim_account_get_username(gc->account))); 858 tmp = g_strdup(gaim_normalize(account, gaim_account_get_username(gc->account)));
859 if (!strcmp(tmp, gaim_normalize(account, c))) { 859 if (!strcmp(tmp, gaim_normalize(account, c))) {
860 gaim_connection_set_display_name(gc, c); 860 gaim_connection_set_display_name(gc, c);
861 /* XXX - What should the second parameter be here? */ 861 /* XXX - What should the second parameter be here? */
862 gaim_prpl_got_account_warning_level(account, NULL, evil); 862 gaim_prpl_got_account_warning_level(account, NULL, evil);
863 gaim_prpl_got_account_login_time(account, NULL, signon); 863 gaim_prpl_got_account_login_time(account, signon);
864 } 864 }
865 g_free(tmp); 865 g_free(tmp);
866 866
867 gaim_prpl_got_user_status(account, c, (logged_in ? "online" : "offline"), NULL); 867 gaim_prpl_got_user_status(account, c, (logged_in ? "online" : "offline"), NULL);
868 gaim_prpl_got_user_login_time(account, c, signon); 868 gaim_prpl_got_user_login_time(account, c, signon);