photosgallery/viewframework/views/listview/inc/glxlistviewimp.h
branchRCL_3
changeset 11 71da52165949
parent 9 6b87b143d312
child 12 ce1c7ad1f18b
--- a/photosgallery/viewframework/views/listview/inc/glxlistviewimp.h	Fri Feb 19 22:51:01 2010 +0200
+++ b/photosgallery/viewframework/views/listview/inc/glxlistviewimp.h	Fri Mar 12 15:42:44 2010 +0200
@@ -144,7 +144,7 @@
 	 void DestroyListViewWidget();
 
 protected:
-    void PreviewTNReadyL(CFbsBitmap* aBitmap, CFbsBitmap* aMask, TInt aIndex);
+    void PreviewTNReadyL(CFbsBitmap* aBitmap, CFbsBitmap* aMask, TBool aPopulateList);
     	 
 protected:
     void Request(TInt aRequestStart, TInt aRequestEnd, THgScrollDirection aDirection);
@@ -204,6 +204,9 @@
     
     TBool iPopulateListTNs;
 	
+    // Flag to check if all the items in list view need to be refreshed
+    TBool iIsRefreshNeeded;
+
     TBool iBackwardNavigation;
 
     TInt iStartIndex;