diff -r cb96c29156b2 -r 455f89b7fcc5 mpxplugins/viewplugins/views/collectionviewhg/src/mpxcollectionviewhgimp.cpp --- 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; }