application/data/PodcastShowsView.ra
branchRCL_3
changeset 290 0d5e69a7cda9
parent 264 6dfdf1d9da5c
child 367 4b75876aa85a
--- a/application/data/PodcastShowsView.ra	Mon Oct 25 10:19:55 2010 +0100
+++ b/application/data/PodcastShowsView.ra	Mon Oct 25 13:58:51 2010 +0100
@@ -35,11 +35,6 @@
     {
     items =
         {
-        MENU_ITEM
-			{
-			command = EPodcastMarkAllPlayed;
-			txt = STRING_r_view_mark_all_played_cmd;
-			},
 		MENU_ITEM
 			{
 			command = EPodcastAbout;
@@ -131,6 +126,25 @@
                         };
                     };
                 },
+                TBAR_CTRL
+                    {
+                    type = EAknCtButton;
+                    id = EPodcastMarkAllPlayed;
+                    control = AVKON_BUTTON
+                        {
+                        states =
+                            {
+                            AVKON_BUTTON_STATE
+                                {
+                                bmpfile = APPICON;
+                                bmpid = EMbmPodcastMarkold_all;
+                                bmpmask = EMbmPodcastMarkold_all_mask;
+                                //txt = STRING_r_cancel_update_all_feeds_short_cmd;
+                                helptxt = STRING_r_view_mark_all_played_cmd;
+                               }  
+                            };
+                        };
+                    },
 // we keep the download toolbar button in S^3, but always disable it
 // because there are drawing issues with only one item in the toolbar
             TBAR_CTRL