summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-08-21 20:52:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-08-21 20:52:30 (GMT)
commit2ce2cfcf340128b8c14f335581ec9819352fd7af (patch)
tree85f48db87a1f51f9f5e715f4c1d4f2cb6cbf51a4 /ds9/library
parent62c6f434f9238b440c34dabcdcbf77caa763e2b1 (diff)
downloadblt-2ce2cfcf340128b8c14f335581ec9819352fd7af.zip
blt-2ce2cfcf340128b8c14f335581ec9819352fd7af.tar.gz
blt-2ce2cfcf340128b8c14f335581ec9819352fd7af.tar.bz2
clean up code
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/analysis.tcl2
-rw-r--r--ds9/library/command.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/analysis.tcl b/ds9/library/analysis.tcl
index 794927a..64345f7 100644
--- a/ds9/library/analysis.tcl
+++ b/ds9/library/analysis.tcl
@@ -157,7 +157,7 @@ proc InitAnalysisFile {} {
}
}
- UpdateAnalysisMenu
+# UpdateAnalysisMenu
}
proc ProcessAnalysisFile {fn} {
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl
index 12143af..77bf8b4 100644
--- a/ds9/library/command.tcl
+++ b/ds9/library/command.tcl
@@ -489,7 +489,7 @@ proc ProcessCommand {argv argc} {
}
if {$load != 0} {
- FinishLoadPost
+ UpdateDS9
}
}