From f5718dda9247abb9e735fbf60e975d6d0662363a Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Tue, 16 Dec 2014 05:12:06 +0000 Subject: =?UTF-8?q?VKontakte:=20vk=20feeds=20support=20(wall)=20=E2=80=93?= =?UTF-8?q?=20part=202=20version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@11443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/VKontakte/src/vk_proto.h') diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h index 2e906bb011..8167a0b47d 100644 --- a/protocols/VKontakte/src/vk_proto.h +++ b/protocols/VKontakte/src/vk_proto.h @@ -476,6 +476,7 @@ private: m_bStikersAsSmyles, m_bUserForceOnlineOnActivity, m_bNewsEnabled, + m_bNotificationsEnabled, m_bBBCOnNews; int m_iNewsInterval; @@ -511,6 +512,7 @@ private: static INT_PTR CALLBACK OptionsProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); static INT_PTR CALLBACK OptionsAdvProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); + static INT_PTR CALLBACK OptionsFeedsProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); OBJLIST m_chats; CVkChatInfo* AppendChat(int id, JSONNODE *pNode); -- cgit v1.2.3