This commit is contained in:
Martin Rotter 2015-12-09 11:25:04 +01:00
parent a502af9437
commit 3284d3a1b5

View file

@ -299,7 +299,7 @@ void TtRssServiceRoot::syncIn() {
RootItem *new_tree = feed_cats_response.feedsCategories(true, m_network->url()); RootItem *new_tree = feed_cats_response.feedsCategories(true, m_network->url());
// Purge old data from SQL and clean all model items. // Purge old data from SQL and clean all model items.
removeOldFeedTree(true); removeOldFeedTree(false);
cleanAllItems(); cleanAllItems();
// Model is clean, now store new tree into DB and // Model is clean, now store new tree into DB and