mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp
changeset 1 7f2202662322
parent 0 a2952bb97e68
child 9 bee149131e4b
child 20 b1fb57be53fe
--- 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();
         }