=== modified file 'lib/sup/modes/thread-index-mode.rb' --- lib/sup/modes/thread-index-mode.rb 2007-11-08 02:35:34 +0000 +++ lib/sup/modes/thread-index-mode.rb 2007-11-08 15:48:44 +0000 @@ -68,7 +68,7 @@ def lines; @text.length; end def [] i; @text[i]; end #def contains_thread? t; !@lines[t].nil?; end - def contains_thread? t; @threads.contains?(t) end + def contains_thread? t; @threads.include?(t) end def reload drop_all_threads