menufw/menufwui/mmwidgets/src/mmwidgetcontainer.cpp
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
child 9 f966699dea19
--- a/menufw/menufwui/mmwidgets/src/mmwidgetcontainer.cpp	Tue Jan 26 11:48:23 2010 +0200
+++ b/menufw/menufwui/mmwidgets/src/mmwidgetcontainer.cpp	Tue Feb 02 00:04:13 2010 +0200
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:
-*  Version     : %version: MM_71.1.17.1.49 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: MM_71.1.17.1.51 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -1948,11 +1948,10 @@
 			}
 		}
 
-    if ( iListBoxObserver && !iLongTapInProgress )
+    if ( iListBoxObserver && !iLongTapInProgress && !iDrawer->IsDraggable() )
         {
         iListBoxObserver->HandleListBoxEventL( aListBox, aEventType );
         }
-
     }
 
 //End of file