diff -r 4d54b72983ae -r c743ef5928ba menufw/menufwui/matrixmenu/src/mmappui.cpp --- a/menufw/menufwui/matrixmenu/src/mmappui.cpp Tue Jan 26 11:48:23 2010 +0200 +++ b/menufw/menufwui/matrixmenu/src/mmappui.cpp Tue Feb 02 00:04:13 2010 +0200 @@ -12,8 +12,8 @@ * Contributors: * * Description: Application UI class -* Version : %version: MM_176.1.28.1.60 % << Don't touch! Updated by Synergy at check-out. -* Version : %version: MM_176.1.28.1.60 % << Don't touch! Updated by Synergy at check-out. +* Version : %version: MM_176.1.28.1.61 % << Don't touch! Updated by Synergy at check-out. +* Version : %version: MM_176.1.28.1.61 % << Don't touch! Updated by Synergy at check-out. * */ @@ -1805,12 +1805,6 @@ if( iCurrentContainer != aWidgetContainer ) { - if( iCurrentContainer && aWidgetContainer && - iCurrentContainer->WidgetType() != aWidgetContainer->WidgetType() ) - { - StartLayoutSwitchFullScreen(); - } - TBool highlightVisibleBefore = iCurrentContainer != NULL && iCurrentContainer->IsHighlightVisible();