Merge pull request #918 from actionless/fix-wibar-visible

fix(awful: wibar): visible arg was ignored
This commit is contained in:
Emmanuel Lepage Vallée 2016-05-18 21:07:53 -04:00
commit f228257512
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ function awfulwibar.new(arg)
w.set_stretch = set_stretch w.set_stretch = set_stretch
w.remove = remove w.remove = remove
w.visible = true if arg.visible == nil then w.visible = true end
w:set_position(position) w:set_position(position)