mpxplugins/viewplugins/views/commoncontainer/src/mpxcommoncontainermediahelper.cpp
equal
deleted
inserted
replaced
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 } |