filemanager/App/src/CFileManagerViewBase.cpp
branchRCL_3
changeset 11 649c558486f0
parent 10 875fd7f60fdf
child 14 efe289f793e7
equal deleted inserted replaced
10:875fd7f60fdf 11:649c558486f0
  4051                 }
  4051                 }
  4052             else if ( err == KErrAccessDenied )
  4052             else if ( err == KErrAccessDenied )
  4053                 {
  4053                 {
  4054                 FileManagerDlgUtils::ShowErrorNoteL( resWrong );
  4054                 FileManagerDlgUtils::ShowErrorNoteL( resWrong );
  4055                 }
  4055                 }
  4056             else if ( err = KErrNotReady )
  4056             else if ( err == KErrNotReady )
  4057                 {
  4057                 {
  4058                 isDone = ETrue;
  4058                 isDone = ETrue;
  4059                 FileManagerDlgUtils::ShowErrorNoteL( R_QTN_MEMC_NOT_AVAILABLE );
  4059                 FileManagerDlgUtils::ShowErrorNoteL( R_QTN_MEMC_NOT_AVAILABLE );
  4060                 }
  4060                 }
  4061             else
  4061             else