1
0
Fork 0

Merge branch 'master' of gitorious.org:fg/fgdata

This commit is contained in:
BARANGER Emmanuel 2014-03-16 20:36:37 +01:00
commit f4662b65a3

View file

@ -137,7 +137,9 @@
}
# restore state from previous time the dialog was open
updateSearchResults(0, dlg.getNode("scratch-index", 1).getValue());
# default to 0 if no prior value
var curIndex = dlg.getNode("scratch-index", 1).getValue() or 0;
updateSearchResults(0, curIndex);
var slaved = props.globals.getNode("/instrumentation/nav[0]/slaved-to-gps", 1);
]]></open>