mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbplugin/src/mpxdbhandler.cpp
branchRCL_3
changeset 14 943ff5625028
parent 11 13afc0e517bd
equal deleted inserted replaced
11:13afc0e517bd 14:943ff5625028
  1812 
  1812 
  1813     // make it visible if either table is updated
  1813     // make it visible if either table is updated
  1814     if (visible)
  1814     if (visible)
  1815         {
  1815         {
  1816         visibleChange = CMPXDbActiveTask::EAllVisible;
  1816         visibleChange = CMPXDbActiveTask::EAllVisible;
       
  1817         }
       
  1818     if ( aMedia.ValueTObjectL<TInt>( KMPXMediaMusicAlbumArtChanged )== 1 )
       
  1819         {
       
  1820         ( const_cast<CMPXMedia*>( &aMedia ) 
       
  1821         		)->SetTObjectValueL<TInt>( KMPXMediaMusicAlbumArtChanged, 0 );
  1817         }
  1822         }
  1818 
  1823 
  1819     return visibleChange;
  1824     return visibleChange;
  1820     }
  1825     }
  1821 
  1826