commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp
branchRCL_3
changeset 20 d48ab3b357f1
parent 19 aecbbf00d063
--- a/commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp	Tue Aug 31 15:28:30 2010 +0300
+++ b/commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp	Wed Sep 01 12:16:19 2010 +0100
@@ -109,7 +109,7 @@
 
     // If not ENotifyDisk, do refresh when event is checked
     // using CheckFileSystemEvent
-    if ( iNotifyType == ENotifyDisk )
+    if ( iNotifyType == ENotifyDisk || iNotifyType == ENotifyEntry )
         {
         iObserver.NotifyFileSystemChangedL();
         }