# HG changeset patch # User cmlenz # Date 1183531923 0 # Node ID 5e87b68f1c13b8db4735a1a1f09358c7c9873823 # Parent e50aaaabb3d341fd8a9314222902e9f36e58be9d Fix for bug introduced in [208]. Closes #37. diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -521,7 +521,7 @@ finally: infile.close() - catalog.update(template, self.no_fuzzy_matching, self.previous) + catalog.update(template, self.no_fuzzy_matching) tmpname = os.path.join(os.path.dirname(filename), tempfile.gettempprefix() + @@ -955,8 +955,7 @@ finally: infile.close() - catalog.update(template, options.no_fuzzy_matching, - options.previous) + catalog.update(template, options.no_fuzzy_matching) tmpname = os.path.join(os.path.dirname(filename), tempfile.gettempprefix() +