diff -r 4d54b72983ae -r c743ef5928ba menufw/menufwui/mmwidgets/src/mmwidgetcontainer.cpp --- 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