Update of /cvsroot/gaim/gaim/src/protocols/yahoo
In directory usw-pr-cvs1:/tmp/cvs-serv20818/src/protocols/yahoo
Modified Files:
Tag: gtk1-stable
yahoo.c
Log Message:
Changen.
Index: yahoo.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v
retrieving revision 1.43.2.1
retrieving revision 1.43.2.2
diff -u -d -r1.43.2.1 -r1.43.2.2
--- yahoo.c 30 Aug 2002 11:54:54 -0000 1.43.2.1
+++ yahoo.c 9 Sep 2002 05:46:08 -0000 1.43.2.2
@@ -968,6 +968,7 @@
struct gaim_connection *gc = new_gaim_conn(user);
struct yahoo_data *yd = gc->proto_data = g_new0(struct yahoo_data, 1);
+ g_snprintf(gc->username, sizeof(gc->username), "%s", g_strstrip(gc->username));
set_login_progress(gc, 1, "Connecting");
yd->fd = -1;
@@ -1184,7 +1185,7 @@
yahoo_send_packet(yd, pkt);
yahoo_packet_free(pkt);
-
+
return 1;
}
|