diff options
author | Seunghwan Lee <sh.cat.lee@samsung.com> | 2012-09-08 20:53:37 +0900 |
---|---|---|
committer | Seunghwan Lee <sh.cat.lee@samsung.com> | 2012-09-08 20:53:37 +0900 |
commit | 538dbb7607f6a8af216a8ef50c2f872728ac3431 (patch) | |
tree | b292d5163d5f1a6d7dd26d86c86c5c2d12884d75 | |
parent | 502a1d2896c97f71b1cac48e42f0fa91e1d80516 (diff) | |
download | message-app-2.0alpha.tar.gz message-app-2.0alpha.tar.bz2 message-app-2.0alpha.zip |
change sound path of mms mediasubmit/master/20120920.1509472.0_alphamaster2.0alpha
Change-Id: I8430e8dff259c00020fec0320ad0452f2367a7b5
-rwxr-xr-x | composer/src/message/msg-ui-composer-message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/src/message/msg-ui-composer-message.c b/composer/src/message/msg-ui-composer-message.c index 45f2ab1..e1718e5 100755 --- a/composer/src/message/msg-ui-composer-message.c +++ b/composer/src/message/msg-ui-composer-message.c @@ -578,7 +578,7 @@ static COMPOSER_RETURN_TYPE_E __msg_ui_composer_make_mms_body(msg_handle_t msg_h if (ui_mms_data->pagelist[i].isSound) { MSG_UI_DEBUG(MSG_UI_LEVEL_DEBUG, "[DEBUG] sound file added"); msg_struct_t added_media = NULL; - char *filepath = ui_mms_data->pagelist[i].image_file_path; + char *filepath = ui_mms_data->pagelist[i].sound_file_path; msg_mms_add_item(page_info, MSG_STRUCT_MMS_MEDIA, &added_media); msg_set_int_value(added_media, MSG_MMS_MEDIA_TYPE_INT, MMS_SMIL_MEDIA_AUDIO); |