hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=e804f003718ddf5b52063209b9f862a1bd30b821

commit e804f003718ddf5b52063209b9f862a1bd30b821
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Thu Aug 7 21:55:13 2014 +0900

    edc_editor: update file path on title exactly.
---
 src/bin/edc_editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/edc_editor.c b/src/bin/edc_editor.c
index 50ee1d1..1228169 100644
--- a/src/bin/edc_editor.c
+++ b/src/bin/edc_editor.c
@@ -1154,7 +1154,7 @@ edit_edc_read(edit_data *ed, const char *file_path)
       parser_first_group_name_get(ed->pd, ed->en_edit);
 
    stats_edc_group_update(group_name);
-   base_title_set(config_edc_path_get());
+   base_title_set(file_path);
 
    ecore_animator_add(syntax_color_timer_cb, ed);
 

-- 


Reply via email to