usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp
changeset 50 cc2090c68156
parent 2 468cfcb53fd1
--- 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;
                      }