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