[BioRuby-cvs] bioruby/lib/bio/shell/plugin codon.rb,1.10,1.11
Katayama Toshiaki
k at pub.open-bio.org
Wed Dec 7 02:31:42 EST 2005
Update of /home/repository/bioruby/bioruby/lib/bio/shell/plugin
In directory pub.open-bio.org:/tmp/cvs-serv27409/lib/bio/shell/plugin
Modified Files:
codon.rb
Log Message:
* fixed a bug introduced by the previous patch to separate Bio::Shell::Core
(realized that setup_color is also needed for mono mode)
Index: codon.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/plugin/codon.rb,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** codon.rb 7 Dec 2005 07:24:15 -0000 1.10
--- codon.rb 7 Dec 2005 07:31:40 -0000 1.11
***************
*** 44,49 ****
@number = number
@cuhash = cuhash
if Bio::Shell.config[:color]
- setup_colors
generate_colored_text
else
--- 44,49 ----
@number = number
@cuhash = cuhash
+ setup_colors
if Bio::Shell.config[:color]
generate_colored_text
else
More information about the bioruby-cvs
mailing list