Mercurial > pidgin
diff src/protocols/yahoo/yahoo.c @ 2918:4df759d607f3
[gaim-migrate @ 2931]
this was a bad hack.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 22 Dec 2001 08:08:37 +0000 |
| parents | 4254491c722b |
| children | b74f4f7165a1 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Sat Dec 22 04:02:29 2001 +0000 +++ b/src/protocols/yahoo/yahoo.c Sat Dec 22 08:08:37 2001 +0000 @@ -707,8 +707,6 @@ struct gaim_connection *gc = new_gaim_conn(user); struct yahoo_data *yd = gc->proto_data = g_new0(struct yahoo_data, 1); - gc->flags = OPT_CONN_HTML | OPT_CONN_SHOW_HTML; /* it does to an extent.... */ - set_login_progress(gc, 1, "Connecting"); yd->fd = -1;
