summaryrefslogtreecommitdiff
path: root/src/common/mf-ug-cb.c
diff options
context:
space:
mode:
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);