From 04957cba70413e7c3c23a18b5bb2229b4981b219 Mon Sep 17 00:00:00 2001 From: Taehyub Kim Date: Thu, 1 Sep 2016 20:07:37 +0900 Subject: [PATCH] file_mgr: remove unnecessary space Summary: remove unncessary space Reviewers: Jaehyun_Cho, NikaWhite, bowonryu, Hermet Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D4264 --- src/bin/file_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/file_mgr.c b/src/bin/file_mgr.c index 4f65386..39d1506 100644 --- a/src/bin/file_mgr.c +++ b/src/bin/file_mgr.c @@ -140,7 +140,7 @@ enventor_edc_modified_cb(void *data, Evas_Object *obj EINA_UNUSED, fmd->edc_modified = EINA_TRUE; - /* FIXME: Here ignore edc changes, if any menu is closed, + /* FIXME: Here ignore edc changes, if any menu is closed, then we need to open warning box. */ if (menu_activated_get()) return;