2006-11-22 Don Allingham <don@gramps-project.org>
* src/DataViews/_RelationView.py: remove unused button * help/C/figures/family.png: updated * help/C/figures/reorder.png: new image * help/C/gramps.xml: updates svn: r7670
This commit is contained in:
@@ -617,9 +617,9 @@ class RelationshipView(PageView.PersonNavView):
|
||||
# add = GrampsWidgets.IconButton(call_fcn, None, gtk.STOCK_ADD)
|
||||
# hbox.pack_start(add, False)
|
||||
|
||||
if is_parent:
|
||||
add = GrampsWidgets.IconButton(self.select_family, None, gtk.STOCK_INDEX)
|
||||
hbox.pack_start(add, False)
|
||||
# if is_parent:
|
||||
# add = GrampsWidgets.IconButton(self.select_family, None, gtk.STOCK_INDEX)
|
||||
# hbox.pack_start(add, False)
|
||||
|
||||
if family:
|
||||
edit = GrampsWidgets.IconButton(self.edit_family, family.handle,
|
||||
|
||||
Reference in New Issue
Block a user