commit 8a6c61f28c062b06ac847ffb15e176c52017037b
parent 10efc3ca507585ea25ff6c1d1ceacb80067a3624
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Fri, 5 Jan 2007 02:01:40 +0000
S now toggles spam status
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@180 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -174,7 +174,7 @@ class ThreadIndexMode < LineCursorMode
def multi_mark_as_spam threads
threads.each do |t|
- t.apply_label :spam
+ t.toggle_label :spam
hide_thread t
end
regen_text