From b330cf1861cc79d629ad1a7ecb3161fe8210521b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Apr 2020 20:57:41 +0300 Subject: NewStory: first version that adds events to a Log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #2298 (NewStory: отсутствует поддержка интерфейса для журналов) --- plugins/NewStory/src/history_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/history_array.h') diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h index 53dea911a4..3141c3146f 100644 --- a/plugins/NewStory/src/history_array.h +++ b/plugins/NewStory/src/history_array.h @@ -166,7 +166,7 @@ public: void clear(); bool addHistory(MCONTACT hContact, EventLoadMode mode = ELM_NOTHING); - bool addEvent(MCONTACT hContact, MEVENT hEvent, EventLoadMode mode = ELM_NOTHING); + bool addEvent(MCONTACT hContact, MEVENT hEvent, int count, EventLoadMode mode = ELM_NOTHING); // bool preloadEvents(int count = 10); -- cgit v1.2.3