]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/ioncore_winprops.lua
Add 20080207-1.
[ion3.git] / ioncore / ioncore_winprops.lua
index 6a6ca51eb6b1478d93c07c78889f1de6308be905..7497356e9c1db82861195f6f8ae20049a1f020f6 100644 (file)
@@ -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