---
 lib/awful/tag.lua.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in
index 45739d1..bf2eb4d 100644
--- a/lib/awful/tag.lua.in
+++ b/lib/awful/tag.lua.in
@@ -166,7 +166,9 @@ function delete(target_tag)
     -- delete the tag
     target_tag.screen = nil
 
-    history.restore(scr, 1)
+    history.restore(scr)
+
+    capi.screen[target_tag.screen]:emit_signal("tag::history::update")
 end
 
 --- Rename a tag
-- 
1.7.0.1


-- 
To unsubscribe, send mail to [email protected].

Reply via email to