--- a/usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp Wed Mar 31 23:11:08 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;
}