cancel bug fix 2.0alpha master 2.0_alpha submit/master/20120920.150953
authorHyungmin Kim <hm2007.kim@samsung.com>
Mon, 10 Sep 2012 04:17:09 +0000 (13:17 +0900)
committerHyungmin Kim <hm2007.kim@samsung.com>
Mon, 10 Sep 2012 04:17:09 +0000 (13:17 +0900)
Change-Id: I82b5f9f650001521d420f83e73412969f3410283

packaging/ug-myfile-efl.spec
src/common/mf-ug-cb.c [changed mode: 0644->0755]

index b2ddf6c..fd594ba 100644 (file)
@@ -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
old mode 100644 (file)
new mode 100755 (executable)
index 418452d..ca3f101
@@ -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);\r
                        }\r
 \r
+                       if(ugd->ug_Status.ug_pEntryPath)\r
+                       {\r
+                               int len = strlen(ugd->ug_Status.ug_pEntryPath);\r
+                               if(ugd->ug_Status.ug_pEntryPath[len-1] == '/')\r
+                                       ugd->ug_Status.ug_pEntryPath[len-1] = '\0';\r
+                       }\r
+\r
                        EINA_LIST_FOREACH(ugd->ug_MainWindow.ug_pNaviBarList, l, item) {\r
                                pNavi_s = (ugNaviBar *)item;\r
                                if (pNavi_s == NULL)\r