Mercurial > pidgin
diff src/protocols/yahoo/yahoo.h @ 9370:76f4bffcfb23
[gaim-migrate @ 10178]
I moved the #define to yahoo.h, and made some of the checks runtime, in
hopes of still supporting yahoo japan. I also made some things not show
up when using web messenger.
For some reason I can't log in to yahoo japan now either. weird.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Thu, 24 Jun 2004 03:55:54 +0000 |
| parents | 33693eea90d7 |
| children | 30598cb2efb5 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.h Thu Jun 24 02:59:14 2004 +0000 +++ b/src/protocols/yahoo/yahoo.h Thu Jun 24 03:55:54 2004 +0000 @@ -27,6 +27,8 @@ #include "prpl.h" +#define YAHOO_WEBMESSENGER + #define YAHOO_PAGER_HOST "scs.msg.yahoo.com" #define YAHOO_PAGER_PORT 5050 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/" @@ -166,6 +168,7 @@ char *cookie_t; int session_id; gboolean jp; + gboolean wm; /* picture aka buddy icon stuff */ char *picture_url; int picture_checksum;
