diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-15 20:07:11 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-15 20:07:11 +0300 |
commit | 9e651bf6776c04b02bf8c214775f2578647cabbc (patch) | |
tree | e4aeb9820e505bfe3ba75a2c94b2c0fbac3582be /plugins/NewStory/src | |
parent | c46958a129a1d36dd07c6805fb39cc7d6c89b124 (diff) |
NewStory: previous bookmark search results aren't cleared
Diffstat (limited to 'plugins/NewStory/src')
-rw-r--r-- | plugins/NewStory/src/history_dlg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |