photosgallery/viewframework/visuallistmanager/src/glxvisuallistwindow.cpp
branchRCL_3
changeset 9 6b87b143d312
parent 0 4e91876724a2
child 18 bcb43dc84c44
--- 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(); 
         }