summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/NewStory/src/history_dlg.cpp1
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);