gep18: remove print, attr type in two columns for now
svn: r22457
This commit is contained in:
@@ -165,7 +165,6 @@ class SrcTemplateTab(GrampsTab):
|
|||||||
Obtain srcattribute with type srcattrtype, where srcattrtype is an
|
Obtain srcattribute with type srcattrtype, where srcattrtype is an
|
||||||
integer key!
|
integer key!
|
||||||
"""
|
"""
|
||||||
print 'get field called'
|
|
||||||
src = self.src
|
src = self.src
|
||||||
val = ''
|
val = ''
|
||||||
for attr in src.attribute_list:
|
for attr in src.attribute_list:
|
||||||
|
@@ -102,8 +102,10 @@ class EditAttributeRoot(EditSecondary):
|
|||||||
self.top.get_object("private"),
|
self.top.get_object("private"),
|
||||||
self.obj, self.db.readonly)
|
self.obj, self.db.readonly)
|
||||||
|
|
||||||
|
attrcmb = self.top.get_object("attr_menu")
|
||||||
|
attrcmb.set_wrap_width(2)
|
||||||
self.type_selector = MonitoredDataType(
|
self.type_selector = MonitoredDataType(
|
||||||
self.top.get_object("attr_menu"),
|
attrcmb,
|
||||||
self.obj.set_type,
|
self.obj.set_type,
|
||||||
self.obj.get_type,
|
self.obj.get_type,
|
||||||
self.db.readonly,
|
self.db.readonly,
|
||||||
|
Reference in New Issue
Block a user