X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fioncore_winprops.lua;h=7497356e9c1db82861195f6f8ae20049a1f020f6;hb=0e823ba752af388ba5ca99800d094f88a11290db;hp=6a6ca51eb6b1478d93c07c78889f1de6308be905;hpb=ae4260bb64817c11f9a7140324cd3e3ba113e297;p=ion3.git diff --git a/ioncore/ioncore_winprops.lua b/ioncore/ioncore_winprops.lua index 6a6ca51..7497356 100644 --- a/ioncore/ioncore_winprops.lua +++ b/ioncore/ioncore_winprops.lua @@ -1,7 +1,7 @@ -- -- ion/share/ioncore_winprops.lua -- --- Copyright (c) Tuomo Valkonen 2004-2007. +-- Copyright (c) Tuomo Valkonen 2004-2008. -- -- See the included file LICENSE for details. -- @@ -92,8 +92,8 @@ function ioncore.match_winprop_dflt(prop, cwin, id) if p==nil then return true else - return (p==(i and true)) - -- hack for nil + return (p==(i and true or false)) + -- hack for nil i end end