This is obviously wrong, sorry.

On Thu, Mar 26, 2009 at 10:13 PM, Maarten Maathuis <madman2...@gmail.com> wrote:
> ---
>  lib/awful/client.lua.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in
> index 443b6d1..5be03c8 100644
> --- a/lib/awful/client.lua.in
> +++ b/lib/awful/client.lua.in
> @@ -547,7 +547,7 @@ end
>  -- Floating client are not handled by tiling layouts.
>  -- @param c A client.
>  -- @param state True or false.
> -function floating.set(c, s)
> +function floating.set(c, state)
>     local c = c or capi.client.focus
>     if c and property.get(c, "floating") ~= s then
>         property.set(c, "floating", s)
> --
> 1.6.2
>
>

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

Reply via email to