--- a/application/data/PodcastShowsView.ra Fri Nov 19 01:47:31 2010 +0000
+++ b/application/data/PodcastShowsView.ra Sun Nov 21 20:11:07 2010 +0000
@@ -183,12 +183,10 @@
};
};
},
-// 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
{
type = EAknCtButton;
- id = EPodcastDownloadShow;
+ id = EPodcastEmpty;
control = AVKON_BUTTON
{
states =
@@ -196,10 +194,9 @@
AVKON_BUTTON_STATE
{
bmpfile = APPICON;
- bmpid = EMbmPodcastDownload;
- bmpmask = EMbmPodcastDownload_mask;
- //txt = STRING_r_view_download_show_cmd;
- helptxt = STRING_r_view_download_show_cmd;
+ bmpid = EMbmPodcastEmpty;
+ bmpmask = EMbmPodcastEmpty_mask;
+ helptxt = "";
}
};
};