diff -r 863223ea6961 -r a0f57508af73 ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlernewmedia.cpp --- a/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlernewmedia.cpp Fri Jun 25 15:41:33 2010 +0530 +++ b/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlernewmedia.cpp Sat Jul 10 00:59:39 2010 +0530 @@ -95,7 +95,7 @@ } -TInt GlxCommandHandlerNewMedia::ExecuteLD(TGlxMediaId& aNewMediaId) +TInt GlxCommandHandlerNewMedia::ExecuteLD(TGlxMediaId& aNewMediaId,QString& aTitle) { OstTraceFunctionEntry0( GLXCOMMANDHANDLERNEWMEDIA_EXECUTELD_ENTRY ); GlxMpxCommandHandler::executeCommand(EGlxCmdAddMedia, KGlxCollectionPluginAlbumsImplementationUid); @@ -108,6 +108,7 @@ if (iNewMediaCreationError == KErrNone) { aNewMediaId = iNewMediaId; + aTitle = QString::fromUtf16(iNewMediaItemTitle->Des().Ptr(),iNewMediaItemTitle->Length()); } }