* [sup-talk] [PATCH] Fix a thread merging bug introduced by refactoring in 59f8fc2
@ 2009-08-18 18:30 Alex Vandiver
2009-08-22 14:50 ` William Morgan
0 siblings, 1 reply; 2+ messages in thread
From: Alex Vandiver @ 2009-08-18 18:30 UTC (permalink / 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [sup-talk] [PATCH] Fix a thread merging bug introduced by refactoring in 59f8fc2
2009-08-18 18:30 [sup-talk] [PATCH] Fix a thread merging bug introduced by refactoring in 59f8fc2 Alex Vandiver
@ 2009-08-22 14:50 ` William Morgan
0 siblings, 0 replies; 2+ messages in thread
From: William Morgan @ 2009-08-22 14:50 UTC (permalink / raw)
Applied to master. Thanks!
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-22 14:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-18 18:30 [sup-talk] [PATCH] Fix a thread merging bug introduced by refactoring in 59f8fc2 Alex Vandiver
2009-08-22 14:50 ` William Morgan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox