summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/VKontakte/src')
-rw-r--r--protocols/VKontakte/src/vk_proto.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/vk_proto.cpp b/protocols/VKontakte/src/vk_proto.cpp
index bc02d8347a..885c2c1205 100644
--- a/protocols/VKontakte/src/vk_proto.cpp
+++ b/protocols/VKontakte/src/vk_proto.cpp
@@ -646,6 +646,7 @@ MCONTACT CVkProto::AddToList(int, PROTOSEARCHRESULT *psr)
return 0;
MCONTACT hContact = FindUser(iUserId, true);
+ Contact::Hide(hContact, false);
RetrieveUserInfo(iUserId);
return hContact;
}