diff -r dec420019252 -r cf5481c2bc0b videocollection/mpxmyvideoscollection/src/vcxmyvideosmessagelist.cpp --- a/videocollection/mpxmyvideoscollection/src/vcxmyvideosmessagelist.cpp Tue Feb 02 00:12:10 2010 +0200 +++ b/videocollection/mpxmyvideoscollection/src/vcxmyvideosmessagelist.cpp Fri Apr 16 14:59:52 2010 +0300 @@ -130,7 +130,7 @@ { message->SetTObjectValueL( KVcxMediaMyVideosInt32Value, aExtraInfo ); } - + MPX_DEBUG1("CVcxMyVideosMessageList:: appending to message array"); iMessageArray->AppendL( message ); // ownership moves @@ -299,9 +299,7 @@ iMessageList->SetTObjectValueL(KMPXMessageGeneralId, KVcxCommandIdMyVideos); iMessageList->SetTObjectValueL(KVcxMediaMyVideosCommandId, KVcxMessageMyVideosMessageArray ); - iMessageList->SetTObjectValueL(KMPXMessageCollectionId, TUid::Uid(KVcxUidMyVideosMpxCollection)); - //iMessageList->SetTObjectValueL(KMPXMessageChangeEventType, aChange); - //iMessageList->SetTObjectValueL(KMPXMessageMediaGeneralId, TMPXItemId(0, 0) ); + iMessageList->SetTObjectValueL(KMPXMessageCollectionId, TUid::Uid(KVcxUidMyVideosMpxCollection)); iMessageCount = 0; } }