diff -r a2952bb97e68 -r 7f2202662322 mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp --- a/mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp Thu Dec 17 08:55:47 2009 +0200 +++ b/mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp Thu Jan 07 12:57:30 2010 +0200 @@ -286,7 +286,6 @@ iListBox->View()->SetListEmptyTextL( *iEmptyListText ); iStatusPaneHandler->SetTitleL( iTitle ); - iStatusPaneHandler->SetNaviPaneTitleL( KNullDesC ); CEikButtonGroupContainer& dialogCba = ButtonGroupContainer(); dialogCba.MakeCommandVisible(EAknSoftkeySelect, EFalse); @@ -876,7 +875,6 @@ AknLayoutUtils::EMainPane, mainPaneRect ); SetRect( mainPaneRect ); TRAP_IGNORE( iStatusPaneHandler->SetTitleL( iTitle ) ); - TRAP_IGNORE( iStatusPaneHandler->SetNaviPaneTitleL( KNullDesC ) ); DrawDeferred(); }