commonuis/CommonDialogs/src/CAknFileSelectionEventHandler.cpp
branchRCL_3
changeset 8 71dd06cfe933
parent 7 08e69e956a8c
child 9 0aa5fbdfbc30
equal deleted inserted replaced
7:08e69e956a8c 8: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