diff -r 1881ad52dc45 -r a5ed90760192 notes/notesui/notesviews/src/notesfavoriteview.cpp --- a/notes/notesui/notesviews/src/notesfavoriteview.cpp Tue Aug 31 18:15:13 2010 +0530 +++ b/notes/notesui/notesviews/src/notesfavoriteview.cpp Mon Sep 06 10:12:45 2010 +0530 @@ -118,6 +118,7 @@ (mDocLoader->findWidget("favoritesListView")); // Update the list view model. mListView->setModel(subModel); + mListView->setItemPixmapCacheEnabled(true); // Setup the operations that can be done with a list view. connect( mListView, SIGNAL(released(const QModelIndex &)),