photosgallery/viewframework/visuallistmanager/src/glxvisuallistwindow.cpp
branchRCL_3
changeset 9 6b87b143d312
parent 0 4e91876724a2
child 18 bcb43dc84c44
equal deleted inserted replaced
5:f7f0874bfe7d 9:6b87b143d312
   116     
   116     
   117     CAlfTexture* texture = NULL; 
   117     CAlfTexture* texture = NULL; 
   118     
   118     
   119     // media will be null if aMedia's Properties are not available
   119     // media will be null if aMedia's Properties are not available
   120     // so furtur operation need to be cancle
   120     // so furtur operation need to be cancle
   121     if ( iMediaList->Item( aIndex ).Properties() == NULL)
   121     if ( !iMediaList->Item( aIndex ).Properties() )
   122         {
   122         {
   123         texture = &iUiUtility->Env()->TextureManager().BlankTexture(); 
   123         texture = &iUiUtility->Env()->TextureManager().BlankTexture(); 
   124         } 
   124         } 
   125     else
   125     else
   126         {
   126         {