hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=35605d5dd91b9ddfd919c1a01b5d4ea2f31fb582
commit 35605d5dd91b9ddfd919c1a01b5d4ea2f31fb582 Author: ChunEon Park <[email protected]> Date: Tue Feb 18 14:39:52 2014 +0900 stats - update max line number if the edc is newly readed. --- src/bin/edc_editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/edc_editor.c b/src/bin/edc_editor.c index e4b2d96..5ace2e2 100644 --- a/src/bin/edc_editor.c +++ b/src/bin/edc_editor.c @@ -794,6 +794,7 @@ edit_edc_read(edit_data *ed, const char *file_path) parser_first_group_name_get(ed->pd, ed->en_edit); stats_edc_group_set(group_name); + stats_line_num_update(0, ed->line_max); base_title_set(config_edc_path_get()); ecore_animator_add(syntax_color_timer_cb, ed); --
