Fix elm_layout convenience macros II

I missed one.


SVN revision: 54649
This commit is contained in:
Bruno Dilly 2010-11-17 19:06:41 +00:00
parent 7626685c25
commit ef9a69ed30
1 changed files with 2 additions and 2 deletions

View File

@ -988,8 +988,8 @@ extern "C" {
* *
* @ingroup Layout * @ingroup Layout
*/ */
#define elm_layout_label_get(_ly, _txt) \ #define elm_layout_label_get(_ly) \
elm_layout_text_get((_ly), "elm.text", (_txt)) elm_layout_text_get((_ly), "elm.text")
/* smart callbacks called: /* smart callbacks called:
*/ */