comparison src/protocols/yahoo/yahoo.c @ 3504:d7cefb94a978

[gaim-migrate @ 3568] Am I the only one who thought this was kinda stupid? committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Sep 2002 07:28:10 +0000
parents 8de976fe3ed8
children 82180bb28f1f
comparison
equal deleted inserted replaced
3503:334315a42681 3504:d7cefb94a978
968 968
969 static void yahoo_login(struct aim_user *user) { 969 static void yahoo_login(struct aim_user *user) {
970 struct gaim_connection *gc = new_gaim_conn(user); 970 struct gaim_connection *gc = new_gaim_conn(user);
971 struct yahoo_data *yd = gc->proto_data = g_new0(struct yahoo_data, 1); 971 struct yahoo_data *yd = gc->proto_data = g_new0(struct yahoo_data, 1);
972 972
973 g_strstrip(gc->username);
974 set_login_progress(gc, 1, "Connecting"); 973 set_login_progress(gc, 1, "Connecting");
975 974
976 yd->fd = -1; 975 yd->fd = -1;
977 yd->hash = g_hash_table_new(g_str_hash, g_str_equal); 976 yd->hash = g_hash_table_new(g_str_hash, g_str_equal);
978 yd->games = g_hash_table_new(g_str_hash, g_str_equal); 977 yd->games = g_hash_table_new(g_str_hash, g_str_equal);