From kde-commits Mon Dec 20 17:41:17 2010 From: Christophe Giboudeaux Date: Mon, 20 Dec 2010 17:41:17 +0000 To: kde-commits Subject: KDE/kdepim/akregator/src Message-Id: <20101220174117.47C32AC8AA () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129286694710515 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()); }