From 0e869b7b15959dc56a37a48d2cb4c703ea466b3b Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 13 Jun 2010 09:09:50 +0200 Subject: [PATCH] Remove invalid variable usage There is no variable called "startup" in awful.rules. Signed-off-by: Uli Schlachter Signed-off-by: Julien Danjou --- lib/awful/rules.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/rules.lua.in b/lib/awful/rules.lua.in index bf8e57739..65c095245 100644 --- a/lib/awful/rules.lua.in +++ b/lib/awful/rules.lua.in @@ -130,7 +130,7 @@ function apply(c) -- If untagged, stick the client on the current one. if #c:tags() == 0 then - atag.withcurrent(c, startup) + atag.withcurrent(c) end -- Apply all callbacks from matched rules.