summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/ug-myfile-efl.spec2
-rwxr-xr-x[-rw-r--r--]src/common/mf-ug-cb.c7
2 files changed, 8 insertions, 1 deletions
diff --git a/packaging/ug-myfile-efl.spec b/packaging/ug-myfile-efl.spec
index b2ddf6c..fd594ba 100644
--- a/packaging/ug-myfile-efl.spec
+++ b/packaging/ug-myfile-efl.spec
@@ -1,7 +1,7 @@
#sbs-git:slp/pkgs/u/ug-myfile-efl ug-myfile-efl 0.0.1 1b44640a2e59d1af1ab0792e39a73bf3680b25c9
Name: ug-myfile-efl
Summary: Myfile UI Gadget (EFL)
-Version: 0.0.25
+Version: 0.0.26
Release: 1
Group: misc
License: flora
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)