diff -r 6b5524b4f673 -r 38bb213f60ba phonebookui/Phonebook2/CommonUI/src/CPbk2ContactNavigation.cpp --- a/phonebookui/Phonebook2/CommonUI/src/CPbk2ContactNavigation.cpp Wed Sep 15 11:56:55 2010 +0300 +++ b/phonebookui/Phonebook2/CommonUI/src/CPbk2ContactNavigation.cpp Wed Oct 13 14:15:33 2010 +0300 @@ -141,14 +141,7 @@ { decorator->SetNaviDecoratorObserver ( const_cast( this ) ); - CAknNavigationDecorator::TControlType controlType = - decorator->ControlType(); - // Set ScrollButtonVisible to ETrue except - // the controlType is CAknNavigationDecorator::ENaviLabel - if( CAknNavigationDecorator::ENaviLabel != controlType ) - { - decorator->MakeScrollButtonVisible( ETrue ); - } + decorator->MakeScrollButtonVisible( ETrue ); } TInt index = 0;