From 3ffd95a84b4faa08094344fc45705552d0d8c548 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 18 Mar 2014 20:18:57 +0100 Subject: [PATCH] Some tweaks. --- src/gui/feedsview.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/feedsview.cpp b/src/gui/feedsview.cpp index 97164eaca..3021aaa96 100644 --- a/src/gui/feedsview.cpp +++ b/src/gui/feedsview.cpp @@ -206,7 +206,8 @@ void FeedsView::executeNextAutoUpdate() { // Pass needed interval data and lets the model decide which feeds // should be updated in this pass. - QList feeds_for_update = m_sourceModel->feedsForScheduledUpdate(m_globalAutoUpdateRemainingInterval == 0); + QList feeds_for_update = m_sourceModel->feedsForScheduledUpdate(m_globalAutoUpdateEnabled && + m_globalAutoUpdateRemainingInterval == 0); if (feeds_for_update.isEmpty()) { // No feeds are scheduled for update now, unlock the master lock.