aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-26 20:02:29 +1000
committerDavid Walter Seikel2014-03-26 20:02:29 +1000
commit536ddd78f748d0735ab825422feefe2b61d95604 (patch)
tree3f1435c4fd057ca63d0f377fd22e8c7415fb1fea /ClientHamr
parentGet the value directly in isValid(). (diff)
downloadSledjHamr-536ddd78f748d0735ab825422feefe2b61d95604.zip
SledjHamr-536ddd78f748d0735ab825422feefe2b61d95604.tar.gz
SledjHamr-536ddd78f748d0735ab825422feefe2b61d95604.tar.bz2
SledjHamr-536ddd78f748d0735ab825422feefe2b61d95604.tar.xz
TODO++
Diffstat (limited to '')
-rw-r--r--ClientHamr/GuiLua/skang.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index d02be48..cb0b84a 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -327,7 +327,7 @@ thing = function (module, names, help, default, types, widget, required, acl, bo
327 end 327 end
328 328
329 -- Set it all up. 329 -- Set it all up.
330 -- TODO - might want to merge into pre existing Thing instead of over writing like this. 330 -- TODO - might want to merge into pre existing Thing instead of over writing like this. OOOR clone so there's a second copy.
331 local thing = {module = module, names = n, help = help, default = default, types = t, widget = widget, required = isBoolean(required), acl = acl, boss = boss, } 331 local thing = {module = module, names = n, help = help, default = default, types = t, widget = widget, required = isBoolean(required), acl = acl, boss = boss, }
332 setmetatable(thing, Thing) 332 setmetatable(thing, Thing)
333 -- Stash the Thing under all of it's names. 333 -- Stash the Thing under all of it's names.