diff options
Diffstat (limited to 'protocols/NewsAggregator/Src/Options.cpp')
-rw-r--r-- | protocols/NewsAggregator/Src/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/NewsAggregator/Src/Options.cpp b/protocols/NewsAggregator/Src/Options.cpp index 4caf6ce6eb..856ac9fe02 100644 --- a/protocols/NewsAggregator/Src/Options.cpp +++ b/protocols/NewsAggregator/Src/Options.cpp @@ -127,7 +127,7 @@ public: if (mir_wstrcmp(dbURL, url)) continue; - db_delete_contact(hContact, true); + db_delete_contact(hContact, CDF_FROM_SERVER); m_feeds.DeleteItem(isel); break; } |