editor - increase lines by one function call.

This commit is contained in:
ChunEon Park 2014-07-15 22:16:23 +09:00
parent fb754511d8
commit 544965020c
1 changed files with 1 additions and 3 deletions

View File

@ -473,10 +473,8 @@ edit_template_insert(edit_data *ed)
{
elm_entry_entry_insert(ed->en_edit, p);
elm_entry_entry_insert(ed->en_edit, t[i]);
//Incease line by (line count - 1)
line_increase(ed, 1);
}
line_increase(ed, (line_cnt - 1));
elm_entry_entry_insert(ed->en_edit, p);
elm_entry_entry_insert(ed->en_edit, t[i]);