K
karibou
Hello,
In ruby 1.8.2 (2004-07-29) [i686-linux]
Small typo < indces > line 725 in tk/text.rb
tk_send_without_enc('tag', 'remove', _get_eval_enc_str(tag),
# *(indces.collect{|idx| _get_eval_enc_str(idx)}))
*(indices.collect{|idx| _get_eval_enc_str(idx)}))
Regards
Neil
In ruby 1.8.2 (2004-07-29) [i686-linux]
Small typo < indces > line 725 in tk/text.rb
tk_send_without_enc('tag', 'remove', _get_eval_enc_str(tag),
# *(indces.collect{|idx| _get_eval_enc_str(idx)}))
*(indices.collect{|idx| _get_eval_enc_str(idx)}))
Regards
Neil