* src/GrampsDb/_DbUtils.py (remove_parent_from_family): adjust the

transaction message for appropriate father/mother indicator


svn: r6976
This commit is contained in:
Don Allingham
2006-07-01 03:58:45 +00:00
parent 7d56d70075
commit 1353edcca9
4 changed files with 9 additions and 5 deletions

View File

@ -138,11 +138,13 @@ class DateEdit:
gtk.ICON_SIZE_MENU))
elif self.date_obj.is_regular():
self.pixmap_obj.set_from_pixbuf(
self.pixmap_obj.render_icon(gtk.STOCK_YES,gtk.ICON_SIZE_MENU))
self.pixmap_obj.render_icon(gtk.STOCK_YES,
gtk.ICON_SIZE_MENU))
else:
self.pixmap_obj.set_from_pixbuf(
self.pixmap_obj.render_icon(gtk.STOCK_DIALOG_WARNING,
gtk.ICON_SIZE_MENU))
def parse_and_check(self,*obj):
"""