--- a/menufw/menufwui/mmwidgets/src/mmwidgetcontainer.cpp Mon Mar 15 12:39:47 2010 +0200
+++ b/menufw/menufwui/mmwidgets/src/mmwidgetcontainer.cpp Wed Mar 31 21:17:19 2010 +0300
@@ -12,7 +12,7 @@
* Contributors:
*
* Description:
-* Version : %version: MM_71.1.17.1.57 % << Don't touch! Updated by Synergy at check-out.
+* Version : %version: MM_71.1.17.1.59 % << Don't touch! Updated by Synergy at check-out.
*
*/
@@ -237,7 +237,7 @@
CCoeControl::HandleResourceChange( aType );
if ( highlightVisibleBefore )
{
- SetHighlightVisibilityL( ETrue );
+ TRAP_IGNORE( SetHighlightVisibilityL( ETrue ) );
}
if ( aType == KEikDynamicLayoutVariantSwitch && !IsHighlightVisible() )
@@ -638,7 +638,7 @@
if ( aPointerEvent.iType == TPointerEvent::EButton1Down
&& itemExists )
{
- SetHighlightL( index );///////////--
+ SetHighlightL( index );
}
else if ( aPointerEvent.iType == TPointerEvent::EDrag
// the line below is needed to enable edit mode in the list widget