2006-11-07 Alex Roitman <shura@gramps-project.org>
* src/DataViews/_RelationView.py (info_string): Add missing clause. svn: r7579
This commit is contained in:
@@ -778,6 +778,8 @@ class RelationshipView(PageView.PersonNavView):
|
||||
value = _("b. %s") % (bdate)
|
||||
elif ddate:
|
||||
value = _("d. %s") % (ddate)
|
||||
else:
|
||||
value = ""
|
||||
return value
|
||||
|
||||
def button_press(self, obj, event, handle):
|
||||
|
Reference in New Issue
Block a user