--- 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();
}
// -----------------------------------------------------------------------------