Fix classmod in awful.widget.keyboardlayout (#1314)

Fixes: https://github.com/awesomeWM/awesome/issues/1313
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-12-27 21:38:20 +01:00 committed by Daniel Hahler
parent 32f0ab8198
commit bdb7e90b74
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Aleksey Fedotov &lt;lexa@cfotr.com&gt; -- @author Aleksey Fedotov &lt;lexa@cfotr.com&gt;
-- @copyright 2015 Aleksey Fedotov -- @copyright 2015 Aleksey Fedotov
-- @classmod wibox.widget.keyboardlayout -- @classmod awful.widget.keyboardlayout
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local capi = {awesome = awesome} local capi = {awesome = awesome}