Remove invalid variable usage

There is no variable called "startup" in awful.rules.

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Uli Schlachter 2010-06-13 09:09:50 +02:00 committed by Julien Danjou
parent b296778185
commit 95a5d3f80e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,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.