edc_editor: update file path on title exactly.

This commit is contained in:
ChunEon Park 2014-08-07 21:55:13 +09:00
parent a79c423b37
commit 6be82f90cd
1 changed files with 1 additions and 1 deletions

View File

@ -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);