summaryrefslogtreecommitdiff
path: root/src/common/mf-ug-cb.c
diff options
context:
space:
mode:
authorgliang.wang <gliang.wang@samsung.com>2012-09-03 14:32:16 +0800
committergliang.wang <gliang.wang@samsung.com>2012-09-03 14:32:16 +0800
commit95ec5bfcb8c52ecc651e4947ea74dfbd2cf715c0 (patch)
treea8870a58be748a320e1cb10e94554e4edef65d60 /src/common/mf-ug-cb.c
parent0d999810a6c86a8ae486fc5f8273d175708c8fb1 (diff)
downloadug-myfile-efl-95ec5bfcb8c52ecc651e4947ea74dfbd2cf715c0.tar.gz
ug-myfile-efl-95ec5bfcb8c52ecc651e4947ea74dfbd2cf715c0.tar.bz2
ug-myfile-efl-95ec5bfcb8c52ecc651e4947ea74dfbd2cf715c0.zip
[SR] merge to the lastest version
Diffstat (limited to 'src/common/mf-ug-cb.c')
-rw-r--r--src/common/mf-ug-cb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mf-ug-cb.c b/src/common/mf-ug-cb.c
index 0f218b4..f59daa1 100644
--- a/src/common/mf-ug-cb.c
+++ b/src/common/mf-ug-cb.c
@@ -101,7 +101,7 @@ void mf_ug_cb_back_button_cb(void *data, Evas_Object *obj, void *event_info)
free(pNavi_s->ug_pCurrentPath);
pNavi_s->ug_pCurrentPath = NULL;
}
- pNavi_s->ug_pCurrentPath = strdup(UG_SETTING_RINGTONE_PATH);
+ pNavi_s->ug_pCurrentPath = strdup(ugd->ug_Status.ug_pEntryPath);
pNavi_s->ug_bNaviFlagInUse = true;
pNavi_toshow = pNavi_s;
} else {
@@ -132,7 +132,7 @@ void mf_ug_cb_back_button_cb(void *data, Evas_Object *obj, void *event_info)
ugd->ug_Status.ug_pPath = NULL;
}
- pNavi_toshow->ug_pCurrentPath = strdup(UG_SETTING_RINGTONE_PATH);
+ pNavi_toshow->ug_pCurrentPath = strdup(ugd->ug_Status.ug_pEntryPath);
ugd->ug_Status.ug_pPath = g_string_new(pNavi_toshow->ug_pCurrentPath);
title = mf_ug_fm_svc_wapper_get_file_name(ugd->ug_Status.ug_pPath);