Fixed spouse selection when family changes

svn: r1643
This commit is contained in:
Don Allingham
2003-06-03 02:54:56 +00:00
parent 21cabaac33
commit 5d2f999431
12 changed files with 401 additions and 62 deletions

View File

@@ -88,7 +88,10 @@ class AttributeEditor:
self.top.get_widget('edit_src'),
self.top.get_widget('del_src'))
title = _("Attribute Editor for %s") % title
if title == ", ":
title = _("Attribute Editor")
else:
title = _("Attribute Editor for %s") % title
l = self.top.get_widget("title")
Utils.set_titles(self.window,l,title,_('Attribute Editor'))