diff options
author | George Hazan <ghazan@miranda.im> | 2018-12-28 17:51:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-12-28 17:51:56 +0300 |
commit | 8e51f5222c33160dc339e71d621d6ec92f23ad7e (patch) | |
tree | 0156b4223724e0f318812ce9eecdef39f20a5d5e /protocols/Icq10/src/utils.cpp | |
parent | 30ed9ea8b76aedb3c3c1ad253a3d45be9b4b638f (diff) |
fixes #1682 (newly added contact might have no user info)
Diffstat (limited to 'protocols/Icq10/src/utils.cpp')
-rw-r--r-- | protocols/Icq10/src/utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Icq10/src/utils.cpp b/protocols/Icq10/src/utils.cpp index d80537a4bc..d3364dd58c 100644 --- a/protocols/Icq10/src/utils.cpp +++ b/protocols/Icq10/src/utils.cpp @@ -47,6 +47,7 @@ MCONTACT CIcqProto::CreateContact(DWORD dwUin, bool bTemporary) mir_cslock l(m_csCache); m_arCache.insert(pCache); } + RetrieveUserInfo(hContact); if (bTemporary) db_set_b(hContact, "CList", "NotOnList", 1); |