commonuis/CommonDialogs/src/CAknFileSelectionEventHandler.cpp
branchRCL_3
changeset 16 71dd06cfe933
parent 15 08e69e956a8c
child 18 0aa5fbdfbc30
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
   406     }
   406     }
   407 void CAknFileSelectionEventHandler::NotifyFileSystemChangedL()
   407 void CAknFileSelectionEventHandler::NotifyFileSystemChangedL()
   408     {
   408     {
   409     iModel->UpdateItemListL();
   409     iModel->UpdateItemListL();
   410     iPopupList->HandleFileSystemChangedL(iModel);
   410     iPopupList->HandleFileSystemChangedL(iModel);
       
   411     iFSObserver->Setup();
   411     }
   412     }
   412 // End of File
   413 // End of File