diff options
author | Pixel <pixel@nobis-crew.org> | 2009-12-28 00:20:50 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-12-28 00:20:50 +0100 |
commit | 28bddffd5991251e2c69b60b3c7d9c551043784e (patch) | |
tree | 6bb69d20a08826d021d48e18aa8c55d449dba96c | |
parent | 3085628ad505a930d2b542bd65941f2b62b979ae (diff) |
Stopping displaying the struct configuration window as modal.
-rw-r--r-- | dalos-struct.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dalos-struct.lua b/dalos-struct.lua index 189c3be..3e72871 100644 --- a/dalos-struct.lua +++ b/dalos-struct.lua @@ -54,7 +54,7 @@ dalosp.struct = { end,
configure = function (self)
- self.cfg_dlg:popup()
+ self.cfg_dlg:show()
end,
activate = function (self)
|