From 0ff4fc3aefc924223a416976c1051ff70ade51fb Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Wed, 31 Oct 2012 22:13:30 +0100 Subject: [PATCH] awful.client: Convert another t.screen to awful.tag.getscreen() Signed-off-by: Uli Schlachter --- lib/awful/client.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in index 85307adb5..012dea8f8 100644 --- a/lib/awful/client.lua.in +++ b/lib/awful/client.lua.in @@ -782,7 +782,7 @@ function client.setwfact(wfact, c) local t = tag.selected(c.screen) local w = client.idx(c) - local cls = client.tiled(t.screen) + local cls = client.tiled(tag.getscreen(t)) local nmaster = tag.getnmaster(t) -- n is the number of windows currently visible for which we have to be concerned with the properties