diff -r f7f0874bfe7d -r 6b87b143d312 photosgallery/viewframework/visuallistmanager/src/glxvisuallistwindow.cpp --- a/photosgallery/viewframework/visuallistmanager/src/glxvisuallistwindow.cpp Tue Feb 02 10:12:14 2010 +0200 +++ b/photosgallery/viewframework/visuallistmanager/src/glxvisuallistwindow.cpp Fri Feb 19 22:51:01 2010 +0200 @@ -118,7 +118,7 @@ // media will be null if aMedia's Properties are not available // so furtur operation need to be cancle - if ( iMediaList->Item( aIndex ).Properties() == NULL) + if ( !iMediaList->Item( aIndex ).Properties() ) { texture = &iUiUtility->Env()->TextureManager().BlankTexture(); }