From: Sean E. <sea...@us...> - 2002-09-14 07:32:53
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv23629/src/protocols/yahoo Modified Files: Tag: gtk1-stable yahoo.c Log Message: http://sourceforge.net/tracker/index.php?func=detail&aid=603364&group_id=235&atid=300235 Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.43.2.3 retrieving revision 1.43.2.4 diff -u -d -r1.43.2.3 -r1.43.2.4 --- yahoo.c 11 Sep 2002 01:37:24 -0000 1.43.2.3 +++ yahoo.c 14 Sep 2002 07:32:50 -0000 1.43.2.4 @@ -968,7 +968,6 @@ struct gaim_connection *gc = new_gaim_conn(user); struct yahoo_data *yd = gc->proto_data = g_new0(struct yahoo_data, 1); - g_strstrip(gc->username); set_login_progress(gc, 1, "Connecting"); yd->fd = -1; |