imagebox: fix luadoc fields

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-10-21 18:32:48 +02:00
parent 5e96e21c2c
commit 7b6ba906d4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ imagebox_destructor(widget_t *w)
* \return The number of elements pushed on stack.
* \luastack
* \lfield image The image to display.
* \lfield width The width of the imagebox. Set to 0 for auto.
* \lfield bg The background color to use.
*/
static int
luaA_imagebox_index(lua_State *L, awesome_token_t token)