commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp
branchRCL_3
changeset 16 71dd06cfe933
parent 15 08e69e956a8c
child 55 aecbbf00d063
--- 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();
     }
 
 // -----------------------------------------------------------------------------