summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
Diffstat (limited to 'ds9')
-rw-r--r--ds9/doc/release/r7.6.html2
-rw-r--r--ds9/library/smooth.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/ds9/doc/release/r7.6.html b/ds9/doc/release/r7.6.html
index 4a45d45..b6d445c 100644
--- a/ds9/doc/release/r7.6.html
+++ b/ds9/doc/release/r7.6.html
@@ -117,7 +117,7 @@
<li><tt>08.07.2017 RULER: added length format spec. supports sprintf syntax.</tt></li>
<li><tt>08.08.2017 TKMPEG: updated to version 1.0.4</tt></li>
<li><tt>08.08.2017 TKBLT: updated to version 3.2.7</tt></li>
- <li><tt><b>xx.xx.2017 RELEASE version 7.6b4</b></tt></li>
+ <li><tt><b>08.15.2017 RELEASE version 7.6b4</b></tt></li>
</ol>
</ol>
</body>
diff --git a/ds9/library/smooth.tcl b/ds9/library/smooth.tcl
index ddb7dd8..75d03a2 100644
--- a/ds9/library/smooth.tcl
+++ b/ds9/library/smooth.tcl
@@ -251,7 +251,7 @@ proc MatchSmooth {which} {
set view [$which has smooth]
set function [$which get smooth function]
set radius [$which get smooth radius]
- set minor [$which get smooth radius minor]
+ set radiusminor [$which get smooth radius minor]
set sigma [$which get smooth sigma]
set sigmaminor [$which get smooth sigma minor]
set angle [$which get smooth angle]