Update of /cvsroot/gaim/gaim/src/protocols/yahoo
In directory usw-pr-cvs1:/tmp/cvs-serv15107/src/protocols/yahoo
Modified Files:
yahoo.c
Log Message:
Less ambiguous error message when you get kicked offline. Thanks, JSeymour.
Index: yahoo.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- yahoo.c 13 Mar 2002 04:06:23 -0000 1.39
+++ yahoo.c 17 Mar 2002 20:23:34 -0000 1.40
@@ -711,7 +711,7 @@
len = read(yd->fd, buf, sizeof(buf));
if (len <= 0) {
- hide_login_progress(gc, "Unable to read");
+ hide_login_progress_error(gc, "Unable to read");
signoff(gc);
return;
}
|