videocollection/hgmyvideos/src/vcxhgmyvideoscategorymodelhandler.cpp
branchRCL_3
changeset 18 baf439b22ddd
parent 16 67eb01668b0e
child 20 2d690156cf8f
equal deleted inserted replaced
16:67eb01668b0e 18:baf439b22ddd
   629             TInt ret = iModel.GetLastWatchedIdL( id1 );
   629             TInt ret = iModel.GetLastWatchedIdL( id1 );
   630 
   630 
   631             if (  ret == KErrNone &&
   631             if (  ret == KErrNone &&
   632                   id1 == aMpxItemId.iId1 )
   632                   id1 == aMpxItemId.iId1 )
   633                 {
   633                 {
       
   634                 ClearLastWatchedIconL();
   634                 UpdateCategoryListItemL( ResolveCategoryArrayIndexById( KCategoryIdLastWatched ) );
   635                 UpdateCategoryListItemL( ResolveCategoryArrayIndexById( KCategoryIdLastWatched ) );
   635 				iScroller.RefreshScreen( ResolveCategoryArrayIndexById( KCategoryIdLastWatched ) );
   636 				iScroller.RefreshScreen( ResolveCategoryArrayIndexById( KCategoryIdLastWatched ) );
   636 				}
   637 				}
   637             }
   638             }
   638             break;
   639             break;