This commit is contained in:
Kovid Goyal 2011-04-18 09:05:19 -06:00
parent c48ba61a46
commit 724c549ac8

View File

@ -282,7 +282,7 @@ class AuthorSortEdit(EnLineEdit):
if aus:
ln, _, rest = aus.partition(',')
if rest:
if meth in ('invert', 'nocomma'):
if meth in ('invert', 'nocomma', 'comma'):
aus = rest.strip() + ' ' + ln.strip()
self.authors_edit.current_val = [aus]