summaryrefslogtreecommitdiff
path: root/dalos-input.lua
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-12-20 17:57:53 +0100
committerPixel <pixel@nobis-crew.org>2009-12-20 17:57:53 +0100
commit3bf6f4ddfbcd61b28e918312090db8322d7ecc91 (patch)
tree08bf89ed51f62e142a93d0b2f7624485812efbc7 /dalos-input.lua
parent9e4d6af65641703b1451a31d973d7b6b5b23cc65 (diff)
Save is almost done.
Diffstat (limited to 'dalos-input.lua')
-rw-r--r--dalos-input.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/dalos-input.lua b/dalos-input.lua
index 7588046..86dce5a 100644
--- a/dalos-input.lua
+++ b/dalos-input.lua
@@ -1,6 +1,6 @@
dalosp.input = {
get_settings = function (self)
- return { filename = extra.filename }
+ return { filename = self.extra.filename }
end,
configure = function (self)
@@ -25,6 +25,7 @@ dalosp.input = {
tab.otype = dalos.objtype.HANDLE
tab.configure = dalosp.input.configure
tab.default_name = "Input"
+ tab.ntype = "Input"
tab.get_settings = dalosp.input.get_settings
local extra = { }
if settings then extra.filename = settings.filename end