diff -r acef663c1218 -r b73a2e62868f harvester/common/inc/harvestercommon.h --- a/harvester/common/inc/harvestercommon.h Tue Jan 26 12:13:20 2010 +0200 +++ b/harvester/common/inc/harvestercommon.h Tue Feb 02 00:24:33 2010 +0200 @@ -91,7 +91,7 @@ }; const TInt KHarvesterGetRootDirFlags = EDirsFirst; -const TInt KHarvesterGetDirFlags = ESortByDate | EDescending | EDirsFirst; +const TInt KHarvesterGetDirFlags = ESortByDate | EAscending | EDirsFirst; const TInt KOriginIgnored = 255; const TInt KOriginFastHarvest = 254; @@ -101,6 +101,9 @@ const CActive::TPriority KHarvesterPriorityComposerPlugin = CActive::EPriorityStandard; const CActive::TPriority KHarvesterPriorityHarvestingPlugin = CActive::EPriorityStandard; +// Between Standard and UserInput to allow components to react to important events correctly +const TInt KHarvesterCustomImportantPriority = 5; + #endif