summaryrefslogtreecommitdiff
path: root/dalos-textbuffer.lua
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-12-20 17:03:21 +0100
committerPixel <pixel@nobis-crew.org>2009-12-20 17:03:21 +0100
commit1f84bc289695a02a503ff18d0611d2e20127ac9f (patch)
tree1dd8d831652b5ac9f0ef5a1073746b82810c43be /dalos-textbuffer.lua
parente35ec05baf3d3f8d490d9f2781f602499551a350 (diff)
Fixing a typo in the textbuffer, and removing the "prototypes" buffers from the main file. Dalos is now "complete".
Diffstat (limited to 'dalos-textbuffer.lua')
-rw-r--r--dalos-textbuffer.lua2
1 files changed, 1 insertions, 1 deletions
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,