diff -r baf439b22ddd -r 2d690156cf8f videocollection/hgmyvideos/src/vcxhgmyvideoscategorymodelhandler.cpp --- a/videocollection/hgmyvideos/src/vcxhgmyvideoscategorymodelhandler.cpp Mon Jun 21 15:43:03 2010 +0300 +++ b/videocollection/hgmyvideos/src/vcxhgmyvideoscategorymodelhandler.cpp Thu Jul 15 18:41:27 2010 +0300 @@ -1062,6 +1062,7 @@ { thumbnail = CGulIcon::NewL( aThumbnail.DetachBitmap() ); CleanupStack::PushL( thumbnail ); + SetLastWatchedIndicatorL(); } else { @@ -1077,7 +1078,6 @@ listItem.SetIcon( thumbnail ); // Takes ownership CleanupStack::Pop( thumbnail ); - SetLastWatchedIndicatorL(); iScroller.RefreshScreen( lastWatchedIndex ); } }