Fixed the failure to attach the music file to Email
authorJongTaeOh <jongtae.oh@samsung.com>
Fri, 22 Mar 2013 03:38:13 +0000 (12:38 +0900)
committerJongTaeOh <jongtae.oh@samsung.com>
Fri, 22 Mar 2013 03:38:13 +0000 (12:38 +0900)
Change-Id: I5aafff4406b6a9be14dc8badd279819713f43c4f

src/MpContentListForm.cpp

index c848e4c..58182ed 100644 (file)
@@ -852,7 +852,7 @@ ContentListForm::SetCheckedTableviewItemToShareVia(void)
                                return E_FAILURE;
                        }
 
-                       pContentList->Add(*(new (std::nothrow) String(L"attachment:" + pContentInfo->ContentFilePath)));
+                       pContentList->Add(*(new (std::nothrow) String(pContentInfo->ContentFilePath)));
                        delete pContentInfo;
                }
        }
@@ -914,4 +914,4 @@ ContentListForm::SetActivatedContextItemToPlaylist(void)
 
        AppLogDebug("EXIT");
        return E_SUCCESS;
-}
\ No newline at end of file
+}