* src/DisplayState.py: fix spacing

svn: r6980
This commit is contained in:
Don Allingham 2006-07-02 05:11:47 +00:00
parent fe9bd541b4
commit 6e19f2e13e
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2006-07-01 Don Allingham <don@gramps-project.org>
* src/DisplayState.py: fix spacing
* src/DisplayTabs/_SourceEmbedList.py: check for empty reference
before attempting to edit
* src/GrampsWidgets.py: fix LinkLabel to not try to rebuild

View File

@ -328,7 +328,7 @@ class DisplayState(GrampsDb.GrampsDBCallback):
if person.handle != self.dbstate.db.get_default_handle():
msg = self.display_relationship()
if msg:
name = "%s (%s)" % (name,msg)
name = "%s (%s)" % (name,msg.strip())
else:
name = _("No active person")
self.status.push(self.status_id,name)