View | Details | Raw Unified | Return to bug 199916 | Differences between
and this patch

Collapse All | Expand All

(-)code/apis/ProfileManager.cpp (-1 / +1 lines)
Lines 307-313 void ProMan::LoadNewsMapFromGlobalProfil Link Here
307
		if (globalProfile->Read(GBL_CFG_NET_THE_NEWS, &theNews) &&
307
		if (globalProfile->Read(GBL_CFG_NET_THE_NEWS, &theNews) &&
308
			(globalProfile->Read(GBL_CFG_NET_NEWS_LAST_TIME, &lastDownloadNewsStr))) {
308
			(globalProfile->Read(GBL_CFG_NET_NEWS_LAST_TIME, &lastDownloadNewsStr))) {
309
			if ((!theNews.IsEmpty()) &&
309
			if ((!theNews.IsEmpty()) &&
310
				(NULL != lastDownloadNews.ParseFormat(
310
				(0 != lastDownloadNews.ParseFormat(
311
					lastDownloadNewsStr, NEWS_LAST_TIME_FORMAT))) {
311
					lastDownloadNewsStr, NEWS_LAST_TIME_FORMAT))) {
312
				newsMap[groupName] = NewsData(theNews, lastDownloadNews);
312
				newsMap[groupName] = NewsData(theNews, lastDownloadNews);
313
				
313
				

Return to bug 199916