elm_layout: fix typo in error message

Summary: fix "box part" to "table part" in _elm_layout_table_pack()

Reviewers: woohyun, jaehwan, Jaehyun, Hermet

Differential Revision: https://phab.enlightenment.org/D3453
This commit is contained in:
Sung-Taek Hong 2015-12-17 15:48:57 +09:00 committed by Jaehwan Kim
parent 9c58a193b0
commit a5eed521fe
1 changed files with 1 additions and 1 deletions

View File

@ -1424,7 +1424,7 @@ _elm_layout_table_pack(Eo *obj, Elm_Layout_Smart_Data *sd, const char *part, Eva
(wd->resize_obj, part, child, col,
row, colspan, rowspan))
{
ERR("child %p could not be packed into box part '%s' col=%uh, row=%hu,"
ERR("child %p could not be packed into table part '%s' col=%uh, row=%hu,"
" colspan=%hu, rowspan=%hu", child, part, col, row, colspan,
rowspan);
return EINA_FALSE;