2006-05-03 Alex Roitman <shura@gramps-project.org>
* src/Editors/_EditPlace.py (_setup_fields): Typo. svn: r6531
This commit is contained in:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user