--- a/application/src/PodcastQueueView.cpp Sat Mar 13 18:48:25 2010 +0000
+++ b/application/src/PodcastQueueView.cpp Sat Mar 13 22:00:39 2010 +0000
@@ -126,12 +126,15 @@
iPodcastModel.FeedEngine().AddObserver(this);
iPodcastModel.ShowEngine().AddObserver(this);
-
+
+ // no popup options apply to S^1
+#ifndef SYMBIAN1_UI
iStylusPopupMenu = CAknStylusPopUpMenu::NewL( this , TPoint(0,0));
TResourceReader reader;
iCoeEnv->CreateResourceReaderLC(reader,R_QUEUEVIEW_POPUP_MENU);
iStylusPopupMenu->ConstructFromResourceL(reader);
CleanupStack::PopAndDestroy();
+#endif
SetEmptyTextL(R_PODCAST_EMPTY_QUEUE);
}