From 7b6ba906d458a4f550c6618323e475b33c490f4b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 21 Oct 2008 18:32:48 +0200 Subject: [PATCH] imagebox: fix luadoc fields Signed-off-by: Julien Danjou --- widgets/imagebox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/imagebox.c b/widgets/imagebox.c index 2ecf6fac..a2826007 100644 --- a/widgets/imagebox.c +++ b/widgets/imagebox.c @@ -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)