From f69a195e227235d69538d72e37ee160267edd9f4 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Wed, 24 Sep 2014 09:32:47 +0000 Subject: VKontakte: add popup for history import git-svn-id: http://svn.miranda-ng.org/main/trunk@10570 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_thread.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols') diff --git a/protocols/VKontakte/src/vk_thread.cpp b/protocols/VKontakte/src/vk_thread.cpp index 45fb8ca95d..b577111bf5 100644 --- a/protocols/VKontakte/src/vk_thread.cpp +++ b/protocols/VKontakte/src/vk_thread.cpp @@ -672,6 +672,8 @@ void CVkProto::GetHistoryDlgMessages(MCONTACT hContact, int iOffset, int iMaxCou if (lastcount == 0 || iMaxCount < 1) { setDword(hContact, "lastmsgid", getDword(hContact, "new_lastmsgid", -1)); db_unset(hContact, m_szModuleName, "new_lastmsgid"); + if (getBool(hContact, "ImportHistory", false)) + MsgPopup(hContact, TranslateT("History import is complete"), TranslateT("History import")); db_unset(hContact, m_szModuleName, "ImportHistory"); return; } -- cgit v1.2.3