diff -r 56303587e92f -r 165aafcbb3d8 usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp --- a/usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp Wed Mar 31 23:11:07 2010 +0300 +++ b/usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp Wed Apr 14 17:02:32 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; }