awful.tag.delete: Deactivate tags
commitd4b12bb1b2b8365d7c1b9be365dc5843303ba828
authorUli Schlachter <psychon@znc.in>
Sat, 23 Nov 2013 13:54:13 +0000 (23 14:54 +0100)
committerUli Schlachter <psychon@znc.in>
Sat, 23 Nov 2013 13:54:13 +0000 (23 14:54 +0100)
tree9263c98ef0498d4f13aeb99d6bfb8617b704800a
parent389a54e356f700a4f2a621e05dbdbafab4a3a03a
awful.tag.delete: Deactivate tags

The activated property was added to tag objects between awesome 3.4 and 3.5.
This is used in the C code to keep tags alive even when nothing else refers to
it and includes a tag e.g. in some root window properties.

Thus, to get rid of a tag and to make the C code drop its reference to it, we
have to set activated to false in this function.

Signed-off-by: Uli Schlachter <psychon@znc.in>
lib/awful/tag.lua.in