summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-04-25 17:46:32 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-04-25 17:46:32 (GMT)
commitb941cd899d687ea5d523eb5e2035b1b471da39d9 (patch)
treef88d88d7eb8912b5eebf7c45150cb43b318336ef /ds9/library
parenta78f03fd65c1f61dee4617fe1b4a2e5c2ad91b0b (diff)
downloadblt-b941cd899d687ea5d523eb5e2035b1b471da39d9.zip
blt-b941cd899d687ea5d523eb5e2035b1b471da39d9.tar.gz
blt-b941cd899d687ea5d523eb5e2035b1b471da39d9.tar.bz2
BACKUP: fixed an issue with reading version 6.x backup files
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/prefs.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/library/prefs.tcl b/ds9/library/prefs.tcl
index 9ca01f8..2671580 100644
--- a/ds9/library/prefs.tcl
+++ b/ds9/library/prefs.tcl
@@ -673,9 +673,9 @@ proc FixPrefs6.2to7.0 {} {
FixVar pbuttons(frame,match,frame,amplifier) pbuttons(frame,matchframe,amplifier)
FixVar pbuttons(frame,match,frame,detector) pbuttons(frame,matchframe,detector)
- FixVar pbuttons(bin,match) pbuttons(frame,matchbin)
- FixVar pbuttons(scale,match) pbuttons(frame,matchscale)
- FixVar pbuttons(color,match) pbuttons(frame,matchcolor)
+ FixVar pbuttons(frame,match,bin) pbuttons(frame,matchbin)
+ FixVar pbuttons(frame,match,scale) pbuttons(frame,matchscale)
+ FixVar pbuttons(frame,match,color) pbuttons(frame,matchcolor)
FixVar ppanner(compass) ppanner(compass,image)
FixVarRm ppanner(compass,wcs,system)