phonebookui/Phonebook2/UIControls/src/CPbk2AddItemToContactDlg.cpp
branchRCL_3
changeset 12 4ae315f230bc
parent 8 5586b4d2ec3e
--- a/phonebookui/Phonebook2/UIControls/src/CPbk2AddItemToContactDlg.cpp	Tue May 11 16:00:21 2010 +0300
+++ b/phonebookui/Phonebook2/UIControls/src/CPbk2AddItemToContactDlg.cpp	Tue May 25 12:26:45 2010 +0300
@@ -393,17 +393,6 @@
     iListBox->Model()->SetItemTextArray(listBoxModel);
     iListBox->Model()->SetOwnershipType(ELbmOwnsItemArray);
     
-    CEikStatusPane* statusPane = iAvkonAppUi->StatusPane();
-    if (statusPane)
-        {
-        TInt currentStatusPaneResId = statusPane->CurrentLayoutResId();
-        // Make the statusPane update when it was already set to EMPTY status,
-        // in other case it'll update itself automaticlly
-        if( currentStatusPaneResId == R_AVKON_STATUS_PANE_LAYOUT_EMPTY )
-            {
-            statusPane->SwitchLayoutL( R_AVKON_STATUS_PANE_LAYOUT_USUAL );
-            }
-        }    
     }
 
 // --------------------------------------------------------------------------