]> git.cworth.org Git - sup/commitdiff
(minor) bugfix for Container#is_reply?
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 17 Jan 2008 00:25:45 +0000 (16:25 -0800)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 17 Jan 2008 00:25:45 +0000 (16:25 -0800)
I guess this method hasn't been used for a while...

lib/sup/thread.rb

index 83f0db71aa4a08adfda53bd469d234ba684ac338..3ade0244dacd357e48aaa52ceb880a25eaadce41 100644 (file)
@@ -207,7 +207,7 @@ class Container
   def subj; find_attr :subj; end
   def date; find_attr :date; end
 
-  def is_reply?; subj && Message.subject_is_reply?(subj); end
+  def is_reply?; subj && Message.subj_is_reply?(subj); end
 
   def to_s
     [ "<#{id}",