diff -r c8156a91d13c -r c54d95799c80 mpxplugins/viewplugins/views/podcastview/data/mpxpodcastcollectionview.rss --- a/mpxplugins/viewplugins/views/podcastview/data/mpxpodcastcollectionview.rss Wed Mar 31 21:26:33 2010 +0300 +++ b/mpxplugins/viewplugins/views/podcastview/data/mpxpodcastcollectionview.rss Wed Apr 14 15:54:18 2010 +0300 @@ -887,14 +887,14 @@ //------------------------------------------------------------------------------ -// r_mpx_progress_note -// Generic Progress note. +// r_mpx_delete_wait_note +// Generic Wait note. //------------------------------------------------------------------------------ // -RESOURCE DIALOG r_mpx_progress_note +RESOURCE DIALOG r_mpx_delete_wait_note { - flags = EAknProgressNoteFlags; - buttons = R_AVKON_SOFTKEYS_CANCEL; + flags = EAknWaitNoteFlags; + buttons = R_AVKON_SOFTKEYS_EMPTY; items = { DLG_LINE @@ -903,7 +903,8 @@ id = 0x1000; control = AVKON_NOTE { - layout = EProgressLayout; + layout = EWaitLayout; + animation = R_QGN_GRAF_WAIT_BAR_ANIM; }; } };