2006-05-20 Don Allingham <don@gramps-project.org>

* src/Editors/_EditPlace.py: custom menus
	* src/Editors/_EditLdsOrd.py: custom menus
	* src/Editors/_EditSourceRef.py: custom menus
	* src/Editors/_EditSource.py: custom menus
	* src/Editors/_EditRepoRef.py: custom menus
	* src/Editors/_EditUrl.py: custom menus
	* src/Editors/_EditAttribute.py: custom menus
	* src/Editors/_EditPerson.py: custom menus
	* src/Editors/_EditLocation.py: custom menus
	* src/Editors/_EditMediaRef.py: custom menus
	* src/Editors/_EditEventRef.py: custom menus
	* src/Editors/_EditMedia.py: custom menus
	* src/Editors/_EditRepository.py: custom menus
	* src/Editors/_EditName.py: custom menus
	* src/Editors/_EditChildRef.py: custom menus
	* src/Editors/_EditFamily.py: custom menus
	* src/Editors/_EditEvent.py: custom menus



svn: r6734
This commit is contained in:
Don Allingham
2006-05-21 04:24:56 +00:00
parent e08ae4e0b0
commit 5c7267e9c3
18 changed files with 48 additions and 24 deletions

View File

@@ -187,13 +187,16 @@ class EditPerson(EditPrimary):
self.top.get_widget("ntype"),
self.pname.set_type,
self.pname.get_type,
self.db.readonly)
self.db.readonly,
self.db.get_name_types())
self.marker = GrampsWidgets.MonitoredDataType(
self.top.get_widget('marker'),
self.obj.set_marker,
self.obj.get_marker,
self.db.readonly)
self.db.readonly,
self.db.get_marker_types(),
)
if self.use_patronymic:
self.prefix = GrampsWidgets.MonitoredEntry(