application/src/PodcastQueueView.cpp
changeset 56 c5cd47bc11ef
parent 50 e7b10d6d7ba3
child 67 9c24c921ec35
child 95 c06c2a75bb57
--- 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);
 	}