SVN commit 1208108 by cgiboudeaux: Make sure that the archive exists before calling markAsFetchNow. Patch by Guy Shapiro. Thank you. BUG: 254323 MERGE: 4.4 M +1 -0 feed.cpp --- trunk/KDE/kdepim/akregator/src/feed.cpp #1208107:1208108 @@ -682,6 +682,7 @@ void Feed::markAsFetchedNow() { + if ( d->archive ) d->archive->setLastFetch( QDateTime::currentDateTime().toTime_t()); }