awesome/lib/awful
Nikos Ntarmos a91e31dbe6 Fix toggletag
awful.client.toggletag assumes that the tags array is indexed by tag
objects. This appears to not be the case after v3.2-31-g6430738, when
client objects stopped using otables. This patch makes toggletag iterate
through the client tag array till it finds the entry to remove,
otherwise it appends the new entry at the end.

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-04-23 23:38:31 +02:00
..
layout client: changing size hints does not arrange() 2009-04-17 11:43:56 +02:00
widget lib: fix libs to use new awful.button 2009-04-17 18:08:52 +02:00
button.lua.in awful.{key,button}: return a table 2009-04-17 11:13:22 +02:00
client.lua.in Fix toggletag 2009-04-23 23:38:31 +02:00
completion.lua.in awful.completion: fix compatibility (FS#474) 2009-03-19 11:03:04 +01:00
hooks.lua.in awful.hooks: fix dbus registration 2009-03-20 07:59:16 +01:00
init.lua.in key: stop ignoring arbitrary modifier 2009-04-15 12:01:55 +02:00
key.lua.in awful.{key,button}: return a table 2009-04-17 11:13:22 +02:00
menu.lua.in lib: fix libs to use new awful.button 2009-04-17 18:08:52 +02:00
mouse.lua.in awful.mouse: set the default cursor 2009-04-03 17:15:14 +02:00
placement.lua.in placement: allow centering on a parent. 2009-02-16 10:31:10 +01:00
prompt.lua.in awful.prompt: close file after reading 2009-04-02 13:39:52 +02:00
remote.lua.in dbus: allow usage of the system bus 2009-04-18 16:07:31 +02:00
screen.lua.in awful.screen: enhance doc 2008-11-04 21:09:35 +01:00
startup_notification.lua.in awful.sn: add 2009-04-14 14:23:39 +02:00
tag.lua.in awful.tag: do not use otable() anymore 2009-04-12 15:11:33 +02:00
titlebar.lua.in awful.titlebar: fix typo 2009-04-17 22:41:52 +02:00
util.lua.in awful.util: add missing - to show pread in luadoc 2009-04-23 23:37:28 +02:00