changeset 25 | 84d9eb65b26f |
parent 23 | 238255e8b033 |
child 47 | 5b14749788d7 |
--- a/messagingappbase/msgmedia/src/MsgMediaInfo.cpp Fri Apr 16 14:56:15 2010 +0300 +++ b/messagingappbase/msgmedia/src/MsgMediaInfo.cpp Mon May 03 12:29:07 2010 +0300 @@ -125,8 +125,7 @@ iDRMHelper = &aDRMHelper; iFile.Duplicate( aFile ); // Actual parsing is done in RunL (of each media info class). - //CompleteSelf( KErrNone ); - RunL(); + CompleteSelf( KErrNone ); } // -----------------------------------------------------------------------------