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:
Don Allingham
2006-11-23 05:01:18 +00:00
parent 19c431c6dd
commit bc856d0989
5 changed files with 68 additions and 40 deletions

View File

@@ -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,