commit 6b8654e53bcbd31c5e2777459d3a9e74413b8845
parent d1aa68cd75b38f459332f518ce9fdf5000e3a38e
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Mon, 10 Dec 2007 03:01:26 +0000
bah!
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@758 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -497,7 +497,7 @@ protected
## used to tag threads by query. this can be made a lot more sophisticated,
## but for right now we'll do the obvious this.
def thread_matches? t, query
- t.subject =~ query || t.snippet =~ query || t.participants.any? { |x| x.longname =~ query }
+ t.subj =~ query || t.snippet =~ query || t.participants.any? { |x| x.longname =~ query }
end
def size_widget_for_thread t