diff -r 141c98a07b37 -r cc2090c68156 usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp --- a/usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp Sat Apr 24 00:46:12 2010 +0300 +++ b/usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp Sat Apr 24 01:01:53 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; }