Fix wibox.layout.rotate

This got broken in commit 90f7f55348.

Thanks to crazedpsyc for reporting this.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2012-12-05 17:35:08 +01:00
parent f57bd595dc
commit f6b43a1f1d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function rotate:draw(wibox, cr, width, height)
end
--- Fit this layout into the given area
function rotate:fit(self, width, height)
function rotate:fit(width, height)
if not self.widget then
return 0, 0
end