# HG changeset patch # User Lars Persson # Date 1270114763 -7200 # Node ID 523e04129df6c10ef3a3b9279f05fafd279c745f # Parent b52f6033af150e5c7d7414d2ea8e121dd8b3139a What is this?? diff -r b52f6033af15 -r 523e04129df6 application/inc/PodcastFeedView.h --- a/application/inc/PodcastFeedView.h Wed Mar 31 18:09:02 2010 +0200 +++ b/application/inc/PodcastFeedView.h Thu Apr 01 11:39:23 2010 +0200 @@ -118,7 +118,6 @@ TBool iFirstActivateAfterLaunch; TOpmlState iOpmlState; TBool iViewingShows; - RArray iFeedIdForIconArray; }; #endif // PODCASTFEEDVIEWH diff -r b52f6033af15 -r 523e04129df6 engine/src/FeedEngine.cpp --- a/engine/src/FeedEngine.cpp Wed Mar 31 18:09:02 2010 +0200 +++ b/engine/src/FeedEngine.cpp Thu Apr 01 11:39:23 2010 +0200 @@ -594,7 +594,7 @@ }break; } - NotifyFeedUpdateComplete(aError); +n NotifyFeedUpdateComplete(aError); // we will wait until the image has been downloaded to start the next feed update. if (iClientState == EIdle)