From 8e51f5222c33160dc339e71d621d6ec92f23ad7e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Dec 2018 17:51:56 +0300 Subject: fixes #1682 (newly added contact might have no user info) --- protocols/Icq10/src/utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Icq10/src/utils.cpp') 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); -- cgit v1.2.3