Mercurial > pidgin.yaz
comparison PROGRAMMING_NOTES @ 4002:9891c1458eb7
[gaim-migrate @ 4202]
"Sorry, but in my last direct IM patch (633589), I broke
receiving typing notifications. Here is the one line
patch that fixes it back the way it should be.
Basically, the
if(flags == 0x000c) should have been
if(flags & 0x000c)
At the moment, receiving typing notifications is broken
in gaim since this is in a block under
if(flags & 0x0002)
so, the == 0x000c will never be true. " -- Graham Booker (gbooker)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 26 Nov 2002 14:23:06 +0000 |
parents | e3a8baffcc24 |
children | e074172f4a41 |
comparison
equal
deleted
inserted
replaced
4001:9178da61c19f | 4002:9891c1458eb7 |
---|