diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-27 21:18:25 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-27 21:18:25 +0300 |
commit | a7fb9cd18953b164f8d0e83941a366ffe19af5d0 (patch) | |
tree | 14c983bdb273a8b467d46845e06c4c4a2dbe1226 /protocols/ICQ-WIM/src/proto.cpp | |
parent | 390d3ecc13780511a2416eb4eb82a14a06516945 (diff) |
fixes #3968 (ICQ: неактуальные поля в юзеринфо)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index 7ea15fc1bd..15fc7310cb 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -58,7 +58,6 @@ CIcqProto::CIcqProto(const char *aProtoName, const wchar_t *aUserName) : m_bErrorPopups(this, "ShowErrorPopups", true),
m_bLaunchMailbox(this, "LaunchMailbox", true)
{
- db_set_resident(m_szModuleName, DB_KEY_IDLE);
db_set_resident(m_szModuleName, DB_KEY_ONLINETS);
m_isMra = !stricmp(Proto_GetAccount(m_szModuleName)->szProtoName, "MRA");
|