diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-01-15 15:10:26 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-01-15 15:10:26 +0000 |
commit | abc92c3d526f13c6f9b4ad80414761709ace8df2 (patch) | |
tree | b37c64366f93d5b8837d5bbe40967ab32aefdf2c /protocols/IcqOscarJ/src/icq_proto.cpp | |
parent | 8302f9790a205c03f138944df332a6295d9784f5 (diff) |
ICQ:
- partially fixed mood icons when enabled xstatus support
- set xstatus support enabled by default
- clear xstatus on login
git-svn-id: http://svn.miranda-ng.org/main/trunk@3111 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.cpp b/protocols/IcqOscarJ/src/icq_proto.cpp index 50771cb011..76a7fd2d90 100644 --- a/protocols/IcqOscarJ/src/icq_proto.cpp +++ b/protocols/IcqOscarJ/src/icq_proto.cpp @@ -2001,6 +2001,9 @@ int __cdecl CIcqProto::SetStatus(int iNewStatus) // Read password from database
char *pszPwd = GetUserPassword(FALSE);
+ // Clear xstatus
+ setXStatusEx(0, 0);
+
if (pszPwd)
icq_login(pszPwd);
else
|