Merge pull request #2923 from psychon/tag_delete_emit_screen_signal

Emit property::screen in tag:delete()
This commit is contained in:
mergify[bot] 2019-11-27 10:50:47 +00:00 committed by GitHub
commit 304d742068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ function tag.object.delete(self, fallback_tag, force)
end end
-- delete the tag -- delete the tag
self._private.awful_tag_properties.screen = nil tag.setproperty(self, "screen", nil)
self.activated = false self.activated = false
-- Update all indexes -- Update all indexes