commit 44cc6d073d34bca502e4d60d49bf67dc7f3e78f7
parent b95eab7296528f092a99f78a03d45ac63b7a83fb
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Fri, 2 Nov 2007 15:22:26 +0000
reply-mode bugfix thanks to Marcus Williams
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@661 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/reply-mode.rb b/lib/sup/modes/reply-mode.rb
@@ -121,7 +121,7 @@ protected
(@m.refs + [@m.id]).map { |x| "<#{x}>" }.join(" ")
end
- def edit_field
+ def edit_message_or_field
@selected_type = :user
self.header = @headers[:user]
update