From 8c9995354af50f6341396b95961ceda72a8e04ae Mon Sep 17 00:00:00 2001 From: Lucas de Vries Date: Wed, 11 Jun 2008 13:00:49 +0200 Subject: [PATCH] [tabulous] Fix unhide clients in untab_all --- tabulous.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tabulous.lua b/tabulous.lua index 1b29cf5b..414e3571 100644 --- a/tabulous.lua +++ b/tabulous.lua @@ -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