summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/rgbparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 18:11:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 18:11:55 (GMT)
commit1c67d6f171b0c716a01ffcc04a697ac312cda953 (patch)
tree12c3192c2bda7ed0a2e71f342bdbbc837e0bb3d0 /ds9/parsers/rgbparser.tac
parent124a095a782587ddc834d4a1f7636e5ecb8d6822 (diff)
downloadblt-1c67d6f171b0c716a01ffcc04a697ac312cda953.zip
blt-1c67d6f171b0c716a01ffcc04a697ac312cda953.tar.gz
blt-1c67d6f171b0c716a01ffcc04a697ac312cda953.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/rgbparser.tac')
-rw-r--r--ds9/parsers/rgbparser.tac4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/rgbparser.tac b/ds9/parsers/rgbparser.tac
index 7e01875..8bc8cea 100644
--- a/ds9/parsers/rgbparser.tac
+++ b/ds9/parsers/rgbparser.tac
@@ -40,8 +40,8 @@ command : rgb
rgb : {CreateRGBFrame}
| OPEN_ {}
| CLOSE_ {RGBDestroyDialog}
- | channel {CurrentCmdSet rgb $1 RGBChannel}
- | CHANNEL_ channel {CurrentCmdSet rgb $2 RGBChannel}
+ | channel {ProcessCmdSet current rgb $1 RGBChannel}
+ | CHANNEL_ channel {ProcessCmdSet current rgb $2 RGBChannel}
| LOCK_ lock yesno {RGBCmdSet $2 $3}
| SYSTEM_ wcssys {RGBCmdSet system $2 RGBSystem}
| VIEW_ channel yesno {RGBCmdSet $2 $3 RGBView}