stats - update max line number if the edc is newly readed.

This commit is contained in:
ChunEon Park 2014-02-18 14:39:52 +09:00
parent de5139f31c
commit 35605d5dd9
1 changed files with 1 additions and 0 deletions

View File

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