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