summaryrefslogtreecommitdiff
path: root/dalos-textbuffer.lua
diff options
context:
space:
mode:
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,