diff -r fcdfafb36fe7 -r aecbbf00d063 commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp --- a/commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp Thu Aug 19 10:11:06 2010 +0300 +++ b/commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp Tue Aug 31 15:28:30 2010 +0300 @@ -109,7 +109,7 @@ // If not ENotifyDisk, do refresh when event is checked // using CheckFileSystemEvent - if ( iNotifyType == ENotifyDisk || iNotifyType == ENotifyEntry ) + if ( iNotifyType == ENotifyDisk ) { iObserver.NotifyFileSystemChangedL(); }