videocollection/hgmyvideos/src/vcxhgmyvideoscategorymodelhandler.cpp
branchRCL_3
changeset 20 2d690156cf8f
parent 18 baf439b22ddd
--- 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 );
         }
     }