branch | RCL_3 |
changeset 7 | 08e69e956a8c |
parent 0 | 2f259fa3e83a |
child 8 | 71dd06cfe933 |
--- 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(); } // -----------------------------------------------------------------------------