jaehwan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=92616bb659106a263ca01a016ff5104085a4843d

commit 92616bb659106a263ca01a016ff5104085a4843d
Author: Sung-Taek Hong <sth253.h...@samsung.com>
Date:   Thu Dec 17 15:48:57 2015 +0900

    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
---
 src/lib/elm_layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_layout.c b/src/lib/elm_layout.c
index c16b8fe..d525086 100644
--- a/src/lib/elm_layout.c
+++ b/src/lib/elm_layout.c
@@ -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;

-- 


Reply via email to