diff -r 2f259fa3e83a -r 3320e4e6e8bb uifw/AvKon/src/akninfrm.cpp --- a/uifw/AvKon/src/akninfrm.cpp Tue Feb 02 01:00:49 2010 +0200 +++ b/uifw/AvKon/src/akninfrm.cpp Fri Apr 16 15:13:44 2010 +0300 @@ -276,12 +276,11 @@ TRect rect( Rect() ); // rect of the whole shebang TAknLayoutRect r; // common temporary layout rect + TAknWindowComponentLayout outline(0); + TAknWindowLineLayout iconPos(0); + TAknTextComponentLayout editor(0); + TBool apac( AknLayoutUtils::Variant() == EApacVariant && ( iFlags & EShowIndicators ) ); - - TAknWindowComponentLayout outline = AknLayoutScalable_Avkon::input_find_pane(); - TAknWindowLineLayout iconPos = AknLayoutScalable_Avkon::find_popup_pane_g1().LayoutLine(); - TAknTextComponentLayout editor = AknLayoutScalable_Avkon::input_popup_find_pane_t1( apac ? 2 : 0 ); - if ( iFlags & EPopupLayout ) // popup find box {