diff -r 70749e2f572d -r c2f1ea38ec70 application/data/PodcastShowsView.ra --- a/application/data/PodcastShowsView.ra Thu Apr 29 11:55:32 2010 +0100 +++ b/application/data/PodcastShowsView.ra Thu May 13 13:56:05 2010 +0100 @@ -119,63 +119,6 @@ }; }; } -#ifdef SYMBIAN1_UI - , - TBAR_CTRL - { - type = EAknCtButton; - id =EPodcastDeleteShow; - control = AVKON_BUTTON - { - states = - { - AVKON_BUTTON_STATE - { - //bmpfile = AVKON_BITMAP_FILE; - //bmpid = EMbmAvkonQgn_indi_find_goto; - txt = STRING_r_view_delete_show_cmd; - helptxt = STRING_r_view_delete_show_cmd; - } - }; - }; - }, - TBAR_CTRL - { - type = EAknCtButton; - id = EPodcastMarkAsPlayed; - control = AVKON_BUTTON - { - states = - { - AVKON_BUTTON_STATE - { - //bmpfile = AVKON_BITMAP_FILE; - //bmpid = EMbmAvkonQgn_indi_find_goto; - txt = STRING_r_view_mark_as_played_cmd_short; - helptxt = STRING_r_view_mark_as_played_cmd_short; - } - }; - }; - }, - TBAR_CTRL - { - type = EAknCtButton; - id =EPodcastMarkAsUnplayed; - control = AVKON_BUTTON - { - states = - { - AVKON_BUTTON_STATE - { - //bmpfile = AVKON_BITMAP_FILE; - //bmpid = EMbmAvkonQgn_indi_find_goto; - txt = STRING_r_view_mark_as_unplayed_cmd_short; - helptxt = STRING_r_view_mark_as_unplayed_cmd_short; - } - }; - }; - } -#endif }; } @@ -188,7 +131,6 @@ txt = STRING_r_view_show_info_cmd; command = EPodcastShowInfo; } -#ifndef SYMBIAN1_UI ,STYLUS_POPUP_MENU_ITEM { txt = STRING_r_view_mark_as_unplayed_cmd_short; @@ -209,7 +151,6 @@ txt = STRING_r_view_delete_show_cmd; command = EPodcastDeleteShow; } -#endif }; }