From 9e4d6af65641703b1451a31d973d7b6b5b23cc65 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 20 Dec 2009 17:17:18 +0100 Subject: Typo in the input object. --- dalos-input.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dalos-input.lua b/dalos-input.lua index 1061619..7588046 100644 --- a/dalos-input.lua +++ b/dalos-input.lua @@ -12,11 +12,11 @@ dalosp.input = { if dlg.status ~= -1 then local s, v = pcall(Input, dlg.value) if s then - obj:set_houtput(v) + self:set_houtput(v) return end end - obj:set_houtput(nil) + self:set_houtput(nil) end, create = function (d, tab, settings) -- cgit v1.2.3