* src/plugins/FamilyGroup.py (parse_user_options): Only select
spouse if there is any. svn: r4777
This commit is contained in:
parent
7d8f3c7dfb
commit
e4a677f57d
@ -18,6 +18,8 @@
|
||||
* src/EditPlace.py, src/EditSource.py: Detect new objects by
|
||||
handle.
|
||||
* src/const.py.in (save_frel): Return English strings.
|
||||
* src/plugins/FamilyGroup.py (parse_user_options): Only select
|
||||
spouse if there is any.
|
||||
|
||||
2005-06-03 Jens Arvidsson <jya@sverige.nu>
|
||||
* src/po/sv.po: Minor fixes found via pochkpyvar.pl.
|
||||
|
@ -486,6 +486,7 @@ class FamilyGroupOptions(ReportOptions.ReportOptions):
|
||||
"""
|
||||
spouses = self.get_spouses(dialog.db,dialog.person)
|
||||
spouse_index = self.spouse_menu.get_active()
|
||||
if spouses:
|
||||
self.options_dict['spouse_id'] = spouses[spouse_index][0]
|
||||
|
||||
def make_default_style(self,default_style):
|
||||
|
Loading…
Reference in New Issue
Block a user