diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2013-01-06 23:56:50 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2013-01-06 23:56:50 +0000 |
commit | 260317e7b7133a80805ac1613c94b61aaa3c239f (patch) | |
tree | 812f7f966909f198aef26454ae9e223603c78e49 /protocols/Gadu-Gadu/src/gg_proto.cpp | |
parent | 7ff07d109833bb4e9d4bdb0c69cd3e27dd39cb56 (diff) |
Gadu-Gadu protocol
- protect avatar seted in AVS with "protect the picture" option
(AVS could delete protected avatar if gg contact has no avatar and gg service PS_GETAVATARINFOT returned first GAIR_WAITFOR and then GAIR_NOAVATAR)
- improve avatar related netlog logs, add some comments
git-svn-id: http://svn.miranda-ng.org/main/trunk@3003 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg_proto.cpp')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg_proto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/src/gg_proto.cpp b/protocols/Gadu-Gadu/src/gg_proto.cpp index a8f662fe9a..c7571f7255 100644 --- a/protocols/Gadu-Gadu/src/gg_proto.cpp +++ b/protocols/Gadu-Gadu/src/gg_proto.cpp @@ -736,6 +736,7 @@ HANDLE GGPROTO::GetAwayMsg(HANDLE hContact) //////////////////////////////////////////////////////////
// when away message is being set
+// registered as ProtoService PS_SETAWAYMSGT
int GGPROTO::SetAwayMsg(int iStatus, const PROTOCHAR *newMsg)
{
|