From: alex@chmrr.net (Alex Vandiver)
Subject: [sup-talk] [PATCH] Fix a thread merging bug introduced by refactoring in 59f8fc2
Date: Tue, 18 Aug 2009 14:30:00 -0400 [thread overview]
Message-ID: <1250620200-24319-1-git-send-email-alex@chmrr.net> (raw)
Signed-off-by: Alex Vandiver <alex at chmrr.net>
---
lib/sup/thread.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/sup/thread.rb b/lib/sup/thread.rb
index d395c35..3ff4e7f 100644
--- a/lib/sup/thread.rb
+++ b/lib/sup/thread.rb
@@ -357,7 +357,7 @@ class ThreadSet
return if threads.size < 2
containers = threads.map do |t|
- c = @messages.member?(c) ? @messages[t.first.id] : nil
+ c = @messages.member?(t.first.id) ? @messages[t.first.id] : nil
raise "not in threadset: #{t.first.id}" unless c && c.message
c
end
--
1.6.3.3
next reply other threads:[~2009-08-18 18:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-18 18:30 Alex Vandiver [this message]
2009-08-22 14:50 ` William Morgan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1250620200-24319-1-git-send-email-alex@chmrr.net \
--to=alex@chmrr.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox