template: fix typo introduced while code clean up.

This commit is contained in:
ChunEon Park 2014-08-13 23:50:47 +09:00
parent 16d7d8847e
commit 8e54bf506d
1 changed files with 2 additions and 2 deletions

View File

@ -153,10 +153,10 @@ template_part_insert(edit_data *ed, Edje_Part_Type part_type,
//Insert relatives
elm_entry_entry_insert(edit_entry, p);
snprintf(buf, sizeof(buf), " rel1.relative: %.2f %.2f;<br/>", rel1_x,
rel2_y);
rel1_y);
elm_entry_entry_insert(edit_entry, buf);
elm_entry_entry_insert(edit_entry, p);
snprintf(buf, sizeof(buf), " rel2.relative: %.2f %.2f;<br/>", rel1_x,
snprintf(buf, sizeof(buf), " rel2.relative: %.2f %.2f;<br/>", rel2_x,
rel2_y);
elm_entry_entry_insert(edit_entry, buf);