From 1f84bc289695a02a503ff18d0611d2e20127ac9f Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 20 Dec 2009 17:03:21 +0100 Subject: Fixing a typo in the textbuffer, and removing the "prototypes" buffers from the main file. Dalos is now "complete". --- dalos-textbuffer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dalos-textbuffer.lua') diff --git a/dalos-textbuffer.lua b/dalos-textbuffer.lua index b1e3c03..5b15e5f 100644 --- a/dalos-textbuffer.lua +++ b/dalos-textbuffer.lua @@ -10,7 +10,7 @@ dalosp.textbuffer = { self.extra.text = text local b = Buffer(true) b:write(text) - self.set_houtput(b) + self:set_houtput(b) end end, -- cgit v1.2.3