mpxplugins/viewplugins/views/collectionviewhg/src/mpxcollectionviewhgimp.cpp
branchRCL_3
changeset 49 455f89b7fcc5
parent 40 cb96c29156b2
child 50 26a1709b9fec
--- a/mpxplugins/viewplugins/views/collectionviewhg/src/mpxcollectionviewhgimp.cpp	Mon Jun 21 15:37:19 2010 +0300
+++ b/mpxplugins/viewplugins/views/collectionviewhg/src/mpxcollectionviewhgimp.cpp	Thu Jul 15 18:35:42 2010 +0300
@@ -7295,6 +7295,7 @@
         case EMPXCmdReorderDone:
             {
             DeactivateReorderGrabbedModeL( ETrue );
+            iHandlingKeyEvent = EFalse;            
             break;
             }
         case EMPXCmdUpArrow:
@@ -8467,8 +8468,8 @@
 TBool CMPXCollectionViewHgImp::NeedToShowEducatingDialog()
     {
     if(iEducateUserURI->Length() > 0 && iCollectionReady && //If educating user URI is in cenrep and Collection is Ready
-      (iEducatingPopupState == EMPXInitialEducatingPopup || //If Music Player is launched first time after phone flash 
-      (iEducatingPopupState == EMPXShowEducatingPopup && iPopuponRefresh))) //If user pressed yes on "Remind me later" and its manual refresh with some song added
+      //(iEducatingPopupState == EMPXInitialEducatingPopup || //If Music Player is launched first time after phone flash 
+      (iEducatingPopupState == EMPXShowEducatingPopup && iPopuponRefresh)) //If user pressed yes on "Remind me later" and its manual refresh with some song added
         {
         return ETrue;
         }