diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/skang.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/skang.lua b/lib/skang.lua index d4a9fec..90079ad 100644 --- a/lib/skang.lua +++ b/lib/skang.lua | |||
@@ -884,7 +884,7 @@ thingasm = function (names, ...) | |||
884 | if args then | 884 | if args then |
885 | setfenv(args, parent) | 885 | setfenv(args, parent) |
886 | thingy.Cwidget = widget(parent.window, args()) | 886 | thingy.Cwidget = widget(parent.window, args()) |
887 | print('\nNO IDEA WHY this does isValid() three times on the action, and the first one being a string.') | 887 | --print('\nNO IDEA WHY this does isValid() three times on the action, and the first one being a string.') |
888 | parent.W[name] = thingy | 888 | parent.W[name] = thingy |
889 | else | 889 | else |
890 | print("ERROR - " .. err) | 890 | print("ERROR - " .. err) |
@@ -1037,7 +1037,7 @@ local aIsValid = function (self, parent) | |||
1037 | 1037 | ||
1038 | if result then | 1038 | if result then |
1039 | local value = parent[self.names[1] ] | 1039 | local value = parent[self.names[1] ] |
1040 | print('NEW ACTION - ' .. self.names[1] .. ' = ' .. value .. ' ' .. type(parent.Cwidget)) | 1040 | --print('NEW ACTION - ' .. self.names[1] .. ' = ' .. value .. ' ' .. type(parent.Cwidget)) |
1041 | action(parent.Cwidget, value) | 1041 | action(parent.Cwidget, value) |
1042 | end | 1042 | end |
1043 | return result | 1043 | return result |