* src/data/gramps.schemas: Place dont-ask key into interface dir.
* src/Marriage.py (did_data_change): Compare gramps_id, not handle. svn: r4144
This commit is contained in:
parent
4646ad519f
commit
7714274635
@ -2,6 +2,9 @@
|
|||||||
* src/PedView.py: Import RelLib for accessing relationship constants.
|
* src/PedView.py: Import RelLib for accessing relationship constants.
|
||||||
* src/NameEdit.py: Use empty Date for newly created name.
|
* src/NameEdit.py: Use empty Date for newly created name.
|
||||||
|
|
||||||
|
* src/data/gramps.schemas: Place dont-ask key into interface dir.
|
||||||
|
* src/Marriage.py (did_data_change): Compare gramps_id, not handle.
|
||||||
|
|
||||||
2005-03-08 Don Allingham <don@gramps-project.org>
|
2005-03-08 Don Allingham <don@gramps-project.org>
|
||||||
* src/ChooseParents.py: change _nsort to _model
|
* src/ChooseParents.py: change _nsort to _model
|
||||||
* src/GrampsBSDDB.py: fix event secondary index function to that
|
* src/GrampsBSDDB.py: fix event secondary index function to that
|
||||||
|
@ -563,7 +563,7 @@ class Marriage:
|
|||||||
idval = unicode(self.gid.get_text())
|
idval = unicode(self.gid.get_text())
|
||||||
if idval == "":
|
if idval == "":
|
||||||
idval = None
|
idval = None
|
||||||
if self.family.get_handle() != idval:
|
if self.family.get_gramps_id() != idval:
|
||||||
changed = 1
|
changed = 1
|
||||||
|
|
||||||
date = unicode(self.lds_date.get_text())
|
date = unicode(self.lds_date.get_text())
|
||||||
|
@ -43,8 +43,8 @@
|
|||||||
</schema>
|
</schema>
|
||||||
|
|
||||||
<schema>
|
<schema>
|
||||||
<key>/schemas/apps/gramps/preferences/dont-ask</key>
|
<key>/schemas/apps/gramps/interface/dont-ask</key>
|
||||||
<applyto>/apps/gramps/preferences/dont-ask</applyto>
|
<applyto>/apps/gramps/interface/dont-ask</applyto>
|
||||||
<owner>gramps</owner>
|
<owner>gramps</owner>
|
||||||
<type>bool</type>
|
<type>bool</type>
|
||||||
<default>0</default>
|
<default>0</default>
|
||||||
|
Loading…
Reference in New Issue
Block a user