GrampsLocale: Set collation, currency, and calendar to lang only on secondary locale objects.

svn: r21487
This commit is contained in:
John Ralls 2013-02-28 18:57:13 +00:00
parent c0aa613e4a
commit ca80adeb01

View File

@ -233,7 +233,7 @@ class GrampsLocale(object):
else:
self.lang = self._GrampsLocale__first_instance.lang
self.collation = self.currency = self.calendar = self.lang
self.collation = self.currency = self.calendar = self.lang
self.icu_locales = {}
self.collator = None