1
0
Fork 0

what about making sure the node exists? That way others can see the

new buttons and features, too.  :-}
This commit is contained in:
mfranz 2007-04-01 13:38:35 +00:00
parent a5f6485c55
commit 6af3e31f12

View file

@ -144,7 +144,7 @@
<nasal>
<open>
var dlg = props.globals.getNode("/sim/gui/dialogs/nasal-console");
var dlg = props.globals.getNode("/sim/gui/dialogs/nasal-console", 1);
var kbdctrl = props.globals.getNode("/devices/status/keyboard/ctrl", 1);
var printf = func { print(call(sprintf, arg)) }
var edit = dlg.getNode("edit", 1);