Excerpts from Marcus Williams's message of Fri Nov 02 05:55:15 -0700 2007: > This adds a method in edit-message-mode called "edit_field" with 1 > argument. reply-mode has an edit_field method that overrides this if > you are replying so you get an exception as it gets called instead > when you try to edit the field in reply mode.
Good catch. I renamed the original EditMessageMode#edit_field method (which ReplyMode overrode) to edit_field_or_message, and forgot to check subclasses. Who needs unit tests when you have enough users pulling the SVN head? -- William <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
