[tabulous] Fix unhide clients in untab_all

This commit is contained in:
Lucas de Vries 2008-06-11 13:00:49 +02:00 committed by Julien Danjou
parent 8ac45d9ead
commit 8c9995354a
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ end
-- Untab all clients in a tabbed display
local function client_untab_all(tabindex)
for i,c in pairs(tabbed[tabindex][2]) do
c:unhide()
awful.hooks.userhook_call('untabbed', {c})
end