diff options
| author | Pixel <pixel@nobis-crew.org> | 2009-12-24 00:16:39 +0100 |
|---|---|---|
| committer | Pixel <pixel@nobis-crew.org> | 2009-12-24 00:16:39 +0100 |
| commit | 00bd9d1299f954b6776429e6b91159649fa1ccf9 (patch) | |
| tree | 3f9fb8fa4051b35345c12b90948a548c22457f08 | |
| parent | c050ff847539caa3c227ae5f703a3ca178b9979e (diff) | |
Small bugfix.
| -rw-r--r-- | dalos.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -372,7 +372,7 @@ dalosp.canvas = { elseif dest.obj.ninputs <= 0 then self:setstatus(dalos.stypes.ERROR, "Can't link: destination has no input") else - self:setstatus(dalos.stypes.INFO, "Linking '" .. self.stateful.linking.name .. "' and '" .. dest.name .. "'") + self:setstatus(dalos.stypes.INFO, "Linking '" .. self.stateful.linking.obj.name .. "' and '" .. dest.obj.name .. "'") self:createlink(self.stateful.linking, dest) end self.stateful.linking = nil |
