What is this??
authorLars Persson <lars.persson@embeddev.se>
Thu, 01 Apr 2010 11:39:23 +0200
changeset 65 523e04129df6
parent 64 b52f6033af15
child 66 41d00e97e2f7
What is this??
application/inc/PodcastFeedView.h
engine/src/FeedEngine.cpp
--- 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<TInt> iFeedIdForIconArray;
 };
 
 #endif // PODCASTFEEDVIEWH
--- 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)