Add a missing "_" in "__newindex"
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
481cd8f843
commit
0713e2e50d
|
@ -32,7 +32,7 @@ do
|
|||
screen = require("awful.screen")
|
||||
return screen[k]
|
||||
end,
|
||||
_newindex = error -- Just to be sure in case anything ever does this
|
||||
__newindex = error -- Just to be sure in case anything ever does this
|
||||
})
|
||||
end
|
||||
local client = {}
|
||||
|
|
Loading…
Reference in New Issue