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)
commit4d7fcf524b1f57bc1afee049550d2fe957fc3c46
treed1254e74f460931a5a797cc9eba9ea60e6e23a98
parent2124d596256e308ae163445be90ebca9d33a42c7
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.
legacy/elementary/src/lib/elm_table_eo.h