diff -r 08e69e956a8c -r 71dd06cfe933 commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp --- a/commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp Wed Mar 31 21:59:52 2010 +0300 +++ b/commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp Wed Apr 14 16:14:00 2010 +0300 @@ -109,11 +109,10 @@ // If not ENotifyDisk, do refresh when event is checked // using CheckFileSystemEvent - if ( iNotifyType == ENotifyEntry ) + if ( iNotifyType == ENotifyDisk || iNotifyType == ENotifyEntry ) { iObserver.NotifyFileSystemChangedL(); } - Setup(); } // -----------------------------------------------------------------------------