quake: remove all tags from the Quake console

The Quake console is sticky. It should not be atteched to any tag (or
it may prevent an empty tag to be swept).
This commit is contained in:
Vincent Bernat 2012-09-11 21:05:38 +02:00
parent f912014b83
commit 728acbe62a

View file

@ -52,6 +52,7 @@ function QuakeConsole:display()
i = i + 1 i = i + 1
if i == 1 then if i == 1 then
client = c client = c
client:tags({})
else else
-- Additional matching clients, let's remove the sticky bit -- Additional matching clients, let's remove the sticky bit
-- which may persist between awesome restarts. We don't close -- which may persist between awesome restarts. We don't close