phonebookui/Phonebook2/CommonUI/src/CPbk2ContactNavigation.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
--- 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<CPbk2ContactNavigation*>( 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;