From: wmorgan Date: Sun, 12 Aug 2007 21:53:11 +0000 (+0000) Subject: yet another edit->edit_message bugfix X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=6dc64c8525403fddc593331dacd9c95a41c466c1;p=sup yet another edit->edit_message bugfix git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@523 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index a64da78..fc86be7 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -334,7 +334,7 @@ class ThreadIndexMode < LineCursorMode m.load_from_source! mode = ForwardMode.new m BufferManager.spawn "Forward of #{m.subj}", mode - mode.edit + mode.edit_message end def load_n_threads_background n=LOAD_MORE_THREAD_NUM, opts={}