* src/gramps_main.py: fixed home person button
svn: r3699
This commit is contained in:
parent
6fba169424
commit
e12948e72c
@ -1,3 +1,6 @@
|
||||
2004-10-31 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/gramps_main.py: fixed home person button
|
||||
|
||||
2004-10-30 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/WriteGedcom.py (GedcomWriter.write_person): handle
|
||||
empty event handles
|
||||
|
@ -1558,6 +1558,7 @@ class Gramps:
|
||||
if temp:
|
||||
self.change_active_person(temp)
|
||||
self.update_display(0)
|
||||
self.goto_active_person()
|
||||
else:
|
||||
ErrorDialog(_("No Home Person has been set."),
|
||||
_("The Home Person may be set from the Settings menu."))
|
||||
|
Loading…
Reference in New Issue
Block a user