diff -r a14b0d78eda1 -r 32aedca70582 application/inc/PodcastQueueView.h --- a/application/inc/PodcastQueueView.h Wed Jul 14 14:53:21 2010 +0100 +++ b/application/inc/PodcastQueueView.h Thu Jul 15 22:43:10 2010 +0100 @@ -75,6 +75,10 @@ void HandleCommandL(TInt aCommand); TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType); void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); + +private: + TBool iDontUpdateList; + }; #endif