From: Eric W. <war...@us...> - 2001-12-22 03:38:23
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv24474/protocols/yahoo Modified Files: yahoo.c Log Message: whoops Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- yahoo.c 2001/12/21 23:46:41 1.28 +++ yahoo.c 2001/12/22 03:38:20 1.29 @@ -707,7 +707,7 @@ 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; /* it does to an extent.... */ + gc->flags = OPT_CONN_HTML | OPT_CONN_SHOW_HTML; /* it does to an extent.... */ set_login_progress(gc, 1, "Connecting"); |