]> git.cworth.org Git - sup/commitdiff
use "contact" instead of "thread" as the tagged noun in contact-list-mode
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 31 Jan 2008 06:18:28 +0000 (22:18 -0800)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 31 Jan 2008 06:18:28 +0000 (22:18 -0800)
lib/sup/modes/contact-list-mode.rb

index f7b3ccb567c3b3ec8be6e03dd56ed685c08d9215..7c16babd61aacf220998bfb93aca300c0629d112 100644 (file)
@@ -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()