# HG changeset patch # User teknolog # Date 1267399524 0 # Node ID 08733234ccb199b0644b844ceb12f96696a4bc65 # Parent 7aa3544d8be30a6f80fc94d3db3806cf193baad9 S1 UI should only have Info in popup for show view diff -r 7aa3544d8be3 -r 08733234ccb1 application/data/PodcastShowsView.ra --- 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 }; } diff -r 7aa3544d8be3 -r 08733234ccb1 application/sis/podcatcher_udeb.sis Binary file application/sis/podcatcher_udeb.sis has changed diff -r 7aa3544d8be3 -r 08733234ccb1 application/sis/podcatcher_udeb_signed.sis Binary file application/sis/podcatcher_udeb_signed.sis has changed diff -r 7aa3544d8be3 -r 08733234ccb1 application/sis/podcatcher_urel.sis Binary file application/sis/podcatcher_urel.sis has changed diff -r 7aa3544d8be3 -r 08733234ccb1 application/sis/podcatcher_urel_signed.sis Binary file application/sis/podcatcher_urel_signed.sis has changed