fix update() for the root dialog
This commit is contained in:
parent
738b5eea60
commit
dfe86f89e6
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@
|
|||
var no_selection = "[none]";
|
||||
|
||||
update = func(w) {
|
||||
fgcommand("dialog-update", props.Node.new({"object-name": w,
|
||||
"dialog-name": dlgname}));
|
||||
self.setValues({"dialog-name": dlgname, "object-name": w});
|
||||
fgcommand("dialog-update", self);
|
||||
}
|
||||
|
||||
squeeze = func(s, n) {
|
||||
|
|
Loading…
Add table
Reference in a new issue