Auto-updating of feeds definitely fixed.
This commit is contained in:
parent
f03aec0956
commit
55526baee5
@ -1,6 +1,10 @@
|
||||
3.1.0
|
||||
—————
|
||||
|
||||
Fixed:
|
||||
|
||||
▪ ♥ Auto-updating of feeds fixed (again?!). ♥
|
||||
|
||||
Changed:
|
||||
|
||||
▪ TT-RSS plugin can now restore messages from local recycle bin.
|
||||
|
@ -125,7 +125,7 @@ void FeedsModel::quit() {
|
||||
}
|
||||
}
|
||||
|
||||
void FeedsModel::updateFeeds(const QList<Feed *> &feeds) {
|
||||
void FeedsModel::updateFeeds(const QList<Feed*> &feeds) {
|
||||
if (!qApp->feedUpdateLock()->tryLock()) {
|
||||
qApp->showGuiMessage(tr("Cannot update all items"),
|
||||
tr("You cannot update all items because another another critical operation is ongoing."),
|
||||
@ -322,7 +322,7 @@ void FeedsModel::executeNextAutoUpdate() {
|
||||
|
||||
if (!feeds_for_update.isEmpty()) {
|
||||
// Request update for given feeds.
|
||||
emit feedsUpdateRequested(feeds_for_update);
|
||||
updateFeeds(feeds_for_update);
|
||||
|
||||
// NOTE: OSD/bubble informing about performing
|
||||
// of scheduled update can be shown now.
|
||||
|
Loading…
x
Reference in New Issue
Block a user