On 16.06.2012 03:13, Sébastien Luttringer wrote:
> Signed-off-by: Sébastien Luttringer <se...@seblu.net>
> ---
>  lib/awful/titlebar.lua.in |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/awful/titlebar.lua.in b/lib/awful/titlebar.lua.in
> index 1bda9da..805ac71 100644
> --- a/lib/awful/titlebar.lua.in
> +++ b/lib/awful/titlebar.lua.in
> @@ -57,7 +57,7 @@ end
>  -- bg: the background color.
>  -- fg_focus: the foreground color for focused window.
>  -- fg_focus: the background color for focused window.
> --- width: the titlebar width
> +-- height: the titlebar height
>  function add(c, args)
>      if not c or (c.type ~= "normal" and c.type ~= "dialog") then return end
>      if not args then args = {} end

Boy, that code is a mess. It actually does look for args.width and saves it away
elsewhere, but that value then isn't used anywhere.

So yeah, this patch does look like an improvement, merged.

Uli
-- 
- Captain, I think I should tell you I've never
  actually landed a starship before.
- That's all right, Lieutenant, neither have I.

-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to