filemanager/App/src/CFileManagerMemoryStoreView.cpp
branchRCL_3
changeset 52 40fb776cbfb3
parent 42 f5c50b8af68c
equal deleted inserted replaced
45:6a0ceb387ac7 52:40fb776cbfb3
   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                 }
       
   155             }
   149             }
   156         RefreshTitleL();
   150         RefreshTitleL();
   157         }
   151         }
   158     }
   152     }
   159 
   153