filemanager/App/src/CFileManagerMemoryStoreView.cpp
branchRCL_3
changeset 22 f5c50b8af68c
parent 21 65326cf895ed
equal deleted inserted replaced
21:65326cf895ed 22:f5c50b8af68c
   144             iContainer->RefreshListL( iIndex );
   144             iContainer->RefreshListL( iIndex );
   145             }
   145             }
   146         else
   146         else
   147             {
   147             {
   148             iIndex = 0;
   148             iIndex = 0;
       
   149             // Manually deactivate marking mode if current drive
       
   150             // is not available.
       
   151             if ( iContainer->IsMarkingModeActivated() )
       
   152                 {
       
   153                 iContainer->SetMarkingMode( EFalse );
       
   154                 }
   149             }
   155             }
   150         RefreshTitleL();
   156         RefreshTitleL();
   151         }
   157         }
   152     }
   158     }
   153 
   159