]> git.cworth.org Git - sup/commitdiff
bugfix
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 10 Sep 2007 16:29:51 +0000 (16:29 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 10 Sep 2007 16:29:51 +0000 (16:29 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@559 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/modes/contact-list-mode.rb

index 6983aa0ced0b5e6a89b6d4aab41cbcdbfe1fd066..86ae63ccffb54f3feaec5fb458a38affdd26a1ff 100644 (file)
@@ -67,7 +67,7 @@ class ContactListMode < LineCursorMode
     when :regular
       mode = ComposeMode.new :to => people
       BufferManager.spawn "new message", mode
-      mode.edit
+      mode.edit_message
     end
   end