summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rwxr-xr-x[-rw-r--r--]src/common/mf-ug-cb.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/mf-ug-cb.c b/src/common/mf-ug-cb.c
index 418452d..ca3f101 100644..100755
--- a/src/common/mf-ug-cb.c
+++ b/src/common/mf-ug-cb.c
@@ -92,6 +92,13 @@ void mf_ug_cb_back_button_cb(void *data, Evas_Object *obj, void *event_info)
mf_ug_list_play_destory_playing_file(ugd);
}
+ if(ugd->ug_Status.ug_pEntryPath)
+ {
+ int len = strlen(ugd->ug_Status.ug_pEntryPath);
+ if(ugd->ug_Status.ug_pEntryPath[len-1] == '/')
+ ugd->ug_Status.ug_pEntryPath[len-1] = '\0';
+ }
+
EINA_LIST_FOREACH(ugd->ug_MainWindow.ug_pNaviBarList, l, item) {
pNavi_s = (ugNaviBar *)item;
if (pNavi_s == NULL)