Update of /cvsroot/gaim/gaim/src/protocols/yahoo
In directory usw-pr-cvs1:/tmp/cvs-serv32499/src/protocols/yahoo
Modified Files:
Tag: gtk1-stable
yahoo.c
Log Message:
Thanks javabsp
Index: yahoo.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v
retrieving revision 1.43
retrieving revision 1.43.2.1
diff -u -d -r1.43 -r1.43.2.1
--- yahoo.c 1 May 2002 04:26:01 -0000 1.43
+++ yahoo.c 30 Aug 2002 11:54:54 -0000 1.43.2.1
@@ -1431,7 +1431,7 @@
void yahoo_init(struct prpl *ret) {
ret->protocol = PROTO_YAHOO;
- ret->options = OPT_PROTO_MAIL_CHECK;
+ ret->options = OPT_PROTO_MAIL_CHECK | OPT_PROTO_USE_POINT_SIZE;
ret->name = yahoo_name;
ret->user_opts = yahoo_user_opts;
ret->login = yahoo_login;
|