From 931df4f3285d0f45c6724dedeb910c17f9ce2a8e Mon Sep 17 00:00:00 2001 From: William Morgan Date: Wed, 30 Jan 2008 22:18:28 -0800 Subject: [PATCH] use "contact" instead of "thread" as the tagged noun in contact-list-mode --- lib/sup/modes/contact-list-mode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sup/modes/contact-list-mode.rb b/lib/sup/modes/contact-list-mode.rb index f7b3ccb..7c16bab 100644 --- a/lib/sup/modes/contact-list-mode.rb +++ b/lib/sup/modes/contact-list-mode.rb @@ -29,7 +29,7 @@ class ContactListMode < LineCursorMode def initialize mode=:regular @mode = mode - @tags = Tagger.new self + @tags = Tagger.new self, "contact" @num = nil @text = [] super() -- 2.45.2