diff -r 9f56a4e1b8ab -r 08e69e956a8c commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp --- a/commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp Mon Mar 15 12:41:34 2010 +0200 +++ b/commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp Wed Mar 31 21:59:52 2010 +0300 @@ -109,10 +109,11 @@ // If not ENotifyDisk, do refresh when event is checked // using CheckFileSystemEvent - if ( iNotifyType == ENotifyDisk ) + if ( iNotifyType == ENotifyEntry ) { iObserver.NotifyFileSystemChangedL(); } + Setup(); } // -----------------------------------------------------------------------------