# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1284541786 -10800 # Node ID bdd9da0d70fe92424011ce950990f480f6fae458 # Parent 2cbbefa9af784900848645798862d2b39aaec4c7 Revision: 201034 Kit: 201036 diff -r 2cbbefa9af78 -r bdd9da0d70fe mpxplugins/viewplugins/views/collectionviewhg/src/mpxcollectionviewhgcontainer.cpp --- a/mpxplugins/viewplugins/views/collectionviewhg/src/mpxcollectionviewhgcontainer.cpp Tue Sep 14 21:14:08 2010 +0300 +++ b/mpxplugins/viewplugins/views/collectionviewhg/src/mpxcollectionviewhgcontainer.cpp Wed Sep 15 12:09:46 2010 +0300 @@ -2343,6 +2343,7 @@ { // To open the selected album. iView->ProcessCommandL( EMPXCmdCommonEnterKey ); + iPlaybackUtility->SetL( EPbPropertyRandomMode, EFalse ); } // Disable transition in reorder mode @@ -4142,11 +4143,13 @@ } else { + iPlaybackUtility->SetL( EPbPropertyRandomMode, EFalse ); cpath->Set(aIndex-1); // actual selection } } else { + iPlaybackUtility->SetL( EPbPropertyRandomMode, EFalse ); cpath->Set(aIndex); } }