equal
deleted
inserted
replaced
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 |