2006-05-03 Alex Roitman <shura@gramps-project.org>

* src/Editors/_EditPlace.py (_setup_fields): Typo.



svn: r6531
This commit is contained in:
Alex Roitman 2006-05-03 16:59:22 +00:00
parent 696afdffa0
commit 134a778b05
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-05-03 Alex Roitman <shura@gramps-project.org>
* src/Editors/_EditPlace.py (_setup_fields): Typo.
2006-05-02 Don Allingham <don@gramps-project.org>
* src/Config/_GrampsConfigKeys.py: add family-warn back in
* data/gramps.schemas.in: add family-warn back in

View File

@ -115,7 +115,7 @@ class EditPlace(EditPrimary):
self.country = MonitoredEntry(
self.top.get_widget("country"),
mloc.set_country, mloc.get_county, self.db.readonly)
mloc.set_country, mloc.get_country, self.db.readonly)
self.longitude = MonitoredEntry(
self.top.get_widget("longitude"),