From: Sean E. <sea...@us...> - 2002-09-14 07:28:14
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv22972/src/protocols/yahoo Modified Files: yahoo.c Log Message: Am I the only one who thought this was kinda stupid? Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- yahoo.c 11 Sep 2002 01:18:18 -0000 1.48 +++ yahoo.c 14 Sep 2002 07:28:10 -0000 1.49 @@ -970,7 +970,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; |