From: Eric W. <war...@us...> - 2001-12-22 08:08:41
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv11435/protocols/yahoo Modified Files: yahoo.c Log Message: this was a bad hack. Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- yahoo.c 2001/12/22 03:38:20 1.29 +++ yahoo.c 2001/12/22 08:08:37 1.30 @@ -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; |