awful.wibox: fix position for right and bottom

Signed-off-by: Gregor Best <gbe@intepi.net>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Gregor Best 2009-09-01 16:46:15 +02:00 committed by Julien Danjou
parent 1b7c822ed3
commit aca7afd519
1 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,8 @@ function new(arg)
align(w, arg.align) align(w, arg.align)
end end
set_position(w, position)
return w return w
end end