# HG changeset patch # User cmlenz # Date 1183531923 0 # Node ID 3be04778442f6a0a291d0c6b706a902f2ec581e2 # Parent aefe4ac123a2b4c35a73efe786ca0a35041a03f4 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() +