[tabulous] Fix unhide clients in untab_all
This commit is contained in:
parent
8ac45d9ead
commit
8c9995354a
|
@ -164,6 +164,7 @@ end
|
||||||
-- Untab all clients in a tabbed display
|
-- Untab all clients in a tabbed display
|
||||||
local function client_untab_all(tabindex)
|
local function client_untab_all(tabindex)
|
||||||
for i,c in pairs(tabbed[tabindex][2]) do
|
for i,c in pairs(tabbed[tabindex][2]) do
|
||||||
|
c:unhide()
|
||||||
awful.hooks.userhook_call('untabbed', {c})
|
awful.hooks.userhook_call('untabbed', {c})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue