From: Christopher Lenz Date: Wed, 4 Jul 2007 06:54:07 +0000 (+0000) Subject: Fix another bug introduced in [208]. X-Git-Tag: 1.0~444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9568d1ab4765dee801b94fd5748d97a2f12fd35;p=thirdparty%2Fbabel.git Fix another bug introduced in [208]. --- diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py index 1fb4b70c..4cf90c3c 100755 --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -531,7 +531,7 @@ class update_catalog(Command): try: write_po(tmpfile, catalog, ignore_obsolete=self.ignore_obsolete, - include_old_msgid=self.previous) + include_previous=self.previous) finally: tmpfile.close() except: @@ -965,7 +965,7 @@ class CommandLineInterface(object): try: write_po(tmpfile, catalog, ignore_obsolete=options.ignore_obsolete, - include_old_msgid=options.previous) + include_previous=options.previous) finally: tmpfile.close() except: