diff -r 31968c23152c -r 931d0db6374d application/data/PodcastQueueView.ra --- a/application/data/PodcastQueueView.ra Fri Nov 19 01:47:31 2010 +0000 +++ b/application/data/PodcastQueueView.ra Sun Nov 21 20:11:07 2010 +0000 @@ -139,6 +139,25 @@ } }; }; + }, + TBAR_CTRL + { + type = EAknCtButton; + id = EPodcastEmpty; + control = AVKON_BUTTON + { + states = + { + AVKON_BUTTON_STATE + { + bmpfile = APPICON; + bmpid = EMbmPodcastEmpty; + bmpmask = EMbmPodcastEmpty_mask; + helptxt = ""; + } + }; + }; } + }; }