From 9e651bf6776c04b02bf8c214775f2578647cabbc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 15 Nov 2023 20:07:11 +0300 Subject: NewStory: previous bookmark search results aren't cleared --- plugins/NewStory/src/history_dlg.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/NewStory/src') diff --git a/plugins/NewStory/src/history_dlg.cpp b/plugins/NewStory/src/history_dlg.cpp index e681aaf958..85ef3cce18 100644 --- a/plugins/NewStory/src/history_dlg.cpp +++ b/plugins/NewStory/src/history_dlg.cpp @@ -294,6 +294,7 @@ class CHistoryDlg : public CDlgBase if (!(m_dwOptions & WND_OPT_BOOKMARKS)) return; + m_events.clear(); m_bookmarks.DeleteAllItems(); if (hBookmarksIcons) ImageList_Destroy(hBookmarksIcons); -- cgit v1.2.3