menufw/menufwui/mmwidgets/src/mmwidgetcontainer.cpp
branchRCL_3
changeset 17 b8fae6b8a148
parent 12 9674c1a575e9
child 19 79311d856354
--- 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