mpxplugins/viewplugins/views/commoncontainer/src/mpxcommoncontainermediahelper.cpp
branchRCL_3
changeset 21 a1247965635c
parent 0 ff3acec5bc43
equal deleted inserted replaced
18:c54d95799c80 21:a1247965635c
   235                     if ( mediaId == containerId )
   235                     if ( mediaId == containerId )
   236                         {
   236                         {
   237                         // Update the list box item
   237                         // Update the list box item
   238                         *media = aMedia;
   238                         *media = aMedia;
   239                         // Refresh the list box item
   239                         // Refresh the list box item
   240                         iCommonContainer->DrawLbxItem( index );
   240                         iCommonContainer->DrawLbxItemL( index );
   241                         break;
   241                         break;
   242                         }
   242                         }
   243                     }
   243                     }
   244                 }
   244                 }
   245             }
   245             }