Mercurial > pidgin.yaz
changeset 6895:847d899a5724
[gaim-migrate @ 7442]
Tim Ringenbach writes:
"I played with the offical client a letter, and it seems to limit status
messages to 48 characters, so could you change #define
YAHOO_MAX_STATUS_MESSAGE_LENGTH (should be line 143 of yahoo.h) to 48
for me?"
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Fri, 19 Sep 2003 23:46:54 +0000 |
parents | c2fb9192377b |
children | 7c6324124b66 |
files | src/protocols/yahoo/yahoo.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.h Fri Sep 19 23:18:40 2003 +0000 +++ b/src/protocols/yahoo/yahoo.h Fri Sep 19 23:46:54 2003 +0000 @@ -140,7 +140,7 @@ gboolean sms; }; -#define YAHOO_MAX_STATUS_MESSAGE_LENGTH (56) +#define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48) struct yahoo_packet *yahoo_packet_new(enum yahoo_service service, enum yahoo_status status, int id); void yahoo_packet_hash(struct yahoo_packet *pkt, int key, const char *value);