]> git.cworth.org Git - sup/commitdiff
yet another edit->edit_message bugfix
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 12 Aug 2007 21:53:11 +0000 (21:53 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 12 Aug 2007 21:53:11 +0000 (21:53 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@523 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/modes/thread-index-mode.rb

index a64da78e5fb1f0fd3215f8192f04f5fbd226ac95..fc86be7bbc388d41ff9cf263dea0f8fa15e50449 100644 (file)
@@ -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={}