S1 UI should only have Info in popup for show view
authorteknolog
Sun, 28 Feb 2010 23:25:24 +0000
changeset 29 08733234ccb1
parent 28 7aa3544d8be3
child 30 7bca37ba5fa9
S1 UI should only have Info in popup for show view
application/data/PodcastShowsView.ra
application/sis/podcatcher_udeb.sis
application/sis/podcatcher_udeb_signed.sis
application/sis/podcatcher_urel.sis
application/sis/podcatcher_urel_signed.sis
--- a/application/data/PodcastShowsView.ra	Sun Feb 28 23:00:55 2010 +0000
+++ b/application/data/PodcastShowsView.ra	Sun Feb 28 23:25:24 2010 +0000
@@ -180,17 +180,13 @@
 	{
 		items =
 		{
-/*			STYLUS_POPUP_MENU_ITEM
-				{
-					txt = STRING_r_view_show_play_cmd;
-					command = EPodcastPlay; 
-				},*/
 			STYLUS_POPUP_MENU_ITEM
 				{
 					txt = STRING_r_view_show_info_cmd;
 					command = EPodcastShowInfo;
-				},
-			STYLUS_POPUP_MENU_ITEM
+				}
+#ifndef SYMBIAN1_UI
+			,STYLUS_POPUP_MENU_ITEM
 				{
 					txt = STRING_r_view_mark_as_unplayed_cmd_short;
 					command = EPodcastMarkAsUnplayed;
@@ -210,6 +206,7 @@
 					txt = STRING_r_view_delete_show_cmd;
 					command = EPodcastDeleteShow;
 				}
+#endif
 		};
 	}
 
Binary file application/sis/podcatcher_udeb.sis has changed
Binary file application/sis/podcatcher_udeb_signed.sis has changed
Binary file application/sis/podcatcher_urel.sis has changed
Binary file application/sis/podcatcher_urel_signed.sis has changed