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:
@ -25,7 +25,6 @@
|
||||
# python modules
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
import cPickle as pickle
|
||||
from gettext import gettext as _
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
@ -429,12 +428,16 @@ class EditFamily(EditPrimary):
|
||||
self.top.get_widget('marker'),
|
||||
self.obj.set_marker,
|
||||
self.obj.get_marker,
|
||||
self.db.readonly)
|
||||
self.db.readonly,
|
||||
self.db.get_marker_types(),
|
||||
)
|
||||
|
||||
self.data_type = MonitoredDataType(
|
||||
self.top.get_widget('marriage_type'),
|
||||
self.obj.set_relationship,
|
||||
self.obj.get_relationship,
|
||||
self.db.readonly,
|
||||
self.db.get_marker_types(),
|
||||
)
|
||||
|
||||
def load_data(self):
|
||||
|
Reference in New Issue
Block a user