* src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py:
Remove options_dialog function -- it is not nedded anymore. svn: r1751
This commit is contained in:
parent
f323b7cf80
commit
1b85923e09
@ -1,3 +1,7 @@
|
|||||||
|
2003-06-16 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
* src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py:
|
||||||
|
Remove options_dialog function -- it is not nedded anymore.
|
||||||
|
|
||||||
2003-06-14 Don Allingham <dallingham@users.sourceforge.net>
|
2003-06-14 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/gramps.glade: added select/edit buttions to family view
|
* src/gramps.glade: added select/edit buttions to family view
|
||||||
* src/SelectChild.py: change title from Add Children to Add Child
|
* src/SelectChild.py: change title from Add Children to Add Child
|
||||||
|
@ -834,9 +834,6 @@ _max_gen = 10
|
|||||||
_pg_brk = 0
|
_pg_brk = 0
|
||||||
_options = [ _person_id, _max_gen, _pg_brk ]
|
_options = [ _person_id, _max_gen, _pg_brk ]
|
||||||
|
|
||||||
def options_dialog(database,person):
|
|
||||||
FtmAncestorBareReportDialog(database,person)
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Book Item Options dialog
|
# Book Item Options dialog
|
||||||
|
@ -1241,9 +1241,6 @@ _max_gen = 10
|
|||||||
_pg_brk = 0
|
_pg_brk = 0
|
||||||
_options = [ _person_id, _max_gen, _pg_brk ]
|
_options = [ _person_id, _max_gen, _pg_brk ]
|
||||||
|
|
||||||
def options_dialog(database,person):
|
|
||||||
FtmDescendantBareReportDialog(database,person)
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Book Item Options dialog
|
# Book Item Options dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user