Eo: fix macros for table
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 27 Oct 2013 06:54:26 +0000 (08:54 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 27 Oct 2013 06:59:22 +0000 (08:59 +0200)
commit296e763d1c44f978ca585b90448b4b1f99202017
treebd2f9b28f9fa7d88cd9bb6f9c74b2582709ba4ee
parent88e58ba5ab18b260a499828c052acb084499a6f4
Eo: fix macros for table

A col variable has been used inside the macro instead of the column
parameter. This first variable is from the legacy API and so didn't have
impact when the function was called from the legacy API.
In GUI Builder, the compilation of the generated C code was failing
because we used directly the Eo API and so was searching for the col
variable.
src/lib/elm_table_eo.h