diff -r a5a1242fd2e8 -r b0711afde476 notes/notesui/notesviews/src/notesfavoriteview.cpp --- a/notes/notesui/notesviews/src/notesfavoriteview.cpp Thu Sep 02 20:25:23 2010 +0300 +++ b/notes/notesui/notesviews/src/notesfavoriteview.cpp Fri Sep 17 08:29:05 2010 +0300 @@ -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 &)),