fix(lib: wibox: layout: constraint): s/base_widget/base/

Closes https://github.com/awesomeWM/awesome/pull/446.
This commit is contained in:
Yauhen Kirylau 2015-09-11 23:52:43 +02:00 committed by Daniel Hahler
parent 57755b3db2
commit 475358050a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ end
-- @param[opt] width The maximum width of the widget. nil for no limit.
-- @param[opt] height The maximum height of the widget. nil for no limit.
local function new(widget, strategy, width, height)
local ret = widget_base.make_widget()
local ret = base.make_widget()
for k, v in pairs(constraint) do
if type(v) == "function" then