videocollection/mpxmyvideoscollection/src/vcxmyvideosmessagelist.cpp
changeset 39 f6d44a0cd476
parent 37 4eb2df7f7cbe
child 40 13331705e488
equal deleted inserted replaced
38:ff53afa8ad05 39:f6d44a0cd476
   104         }
   104         }
   105     
   105     
   106     MPX_DEBUG1("CVcxMyVideosMessageList:: ----------------------------------------------'" );
   106     MPX_DEBUG1("CVcxMyVideosMessageList:: ----------------------------------------------'" );
   107 #endif
   107 #endif
   108     
   108     
   109     if ( AlreadyInMessageListL( aId, aChange, aExtraInfo ) )
   109     if ( aChange == EMPXItemModified && AlreadyInMessageListL( aId, aChange, aExtraInfo ) )
   110         {
   110         {
   111         MPX_DEBUG1("CVcxMyVideosMessageList:: already in message list, skipping add");
   111         MPX_DEBUG1("CVcxMyVideosMessageList:: already in message list, skipping add");
   112         return;
   112         return;
   113         }
   113         }
   114      
   114