comparison src/protocols/yahoo/yahoo.c @ 2916:4254491c722b

[gaim-migrate @ 2929] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Dec 2001 03:38:20 +0000
parents 152d726312b2
children 4df759d607f3
comparison
equal deleted inserted replaced
2915:7a158753b8d6 2916:4254491c722b
705 705
706 static void yahoo_login(struct aim_user *user) { 706 static void yahoo_login(struct aim_user *user) {
707 struct gaim_connection *gc = new_gaim_conn(user); 707 struct gaim_connection *gc = new_gaim_conn(user);
708 struct yahoo_data *yd = gc->proto_data = g_new0(struct yahoo_data, 1); 708 struct yahoo_data *yd = gc->proto_data = g_new0(struct yahoo_data, 1);
709 709
710 gc->flags = OPT_CONN_HTML; /* it does to an extent.... */ 710 gc->flags = OPT_CONN_HTML | OPT_CONN_SHOW_HTML; /* it does to an extent.... */
711 711
712 set_login_progress(gc, 1, "Connecting"); 712 set_login_progress(gc, 1, "Connecting");
713 713
714 yd->fd = -1; 714 yd->fd = -1;
715 yd->hash = g_hash_table_new(g_str_hash, g_str_equal); 715 yd->hash = g_hash_table_new(g_str_hash, g_str_equal);