---
lib/awful/tag.lua.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in
index 99bc382..45739d1 100644
--- a/lib/awful/tag.lua.in
+++ b/lib/awful/tag.lua.in
@@ -37,6 +37,7 @@ history.limit = 20
-- @param properties The tags properties, a table
-- @return The created tag
function add(name, properties)
+ local properties = properties or {}
local newtag = unpack(new({name},
properties.screen or 1,
properties.layout or nil))
--
1.7.0.1
--
To unsubscribe, send mail to [email protected].