hermet pushed a commit to branch enventor-0.3.

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

commit 6be82f90cdb4012c89f32ae87b4b715b0a8ef3b6
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 8a3cad1..efb7957 100644
--- a/src/bin/edc_editor.c
+++ b/src/bin/edc_editor.c
@@ -1075,7 +1075,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