diff -r 0ae0f29418cd -r dd32e5bbaed9 usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp --- a/usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp Fri Apr 16 16:02:21 2010 +0300 +++ b/usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp Mon May 03 13:28:24 2010 +0300 @@ -310,16 +310,17 @@ iViewRef->HandleCommandL( EUSBUICmdSelect ); break; } + case EEventPenDownOnItem: + { + ShowPopUpsL (CurrentItemIndex()); + break; + } case EEventPanningStarted: case EEventPanningStopped: case EEventFlickStarted: case EEventFlickStopped: - case EEventPenDownOnItem: - case EEventItemDraggingActioned: - { - ShowPopUpsL (CurrentItemIndex()) ; - break; - } + case EEventItemDraggingActioned: + break; default: break; }