2004-08-16 Tim Waugh <twaugh@redhat.com>
* src/RelLib.py: Fixed typo. svn: r3408
This commit is contained in:
parent
54f4c3e277
commit
cbab5461eb
@ -1,4 +1,5 @@
|
|||||||
2004-08-16 Tim Waugh <twaugh@redhat.com>
|
2004-08-16 Tim Waugh <twaugh@redhat.com>
|
||||||
|
* src/RelLib.py: Fixed typo.
|
||||||
* gramps.spec.in, gramps-mdk.spec.in: Fixed.
|
* gramps.spec.in, gramps-mdk.spec.in: Fixed.
|
||||||
* src/data/gramps.desktop: Fixed.
|
* src/data/gramps.desktop: Fixed.
|
||||||
* src/data/Makefile.am: Fix 'distcheck' as much as possible.
|
* src/data/Makefile.am: Fix 'distcheck' as much as possible.
|
||||||
|
@ -890,7 +890,7 @@ class Event(PrimaryObject,DataObj):
|
|||||||
cause = self.cause
|
cause = self.cause
|
||||||
name = self.name
|
name = self.name
|
||||||
return (not name or name == "Birth" or name == "Death") and \
|
return (not name or name == "Birth" or name == "Death") and \
|
||||||
date.is_empty() and not place and not description and not cause)
|
date.is_empty() and not place and not description and not cause
|
||||||
|
|
||||||
def set(self,name,date,place,description):
|
def set(self,name,date,place,description):
|
||||||
"""sets the name, date, place, and description of an Event instance"""
|
"""sets the name, date, place, and description of an Event instance"""
|
||||||
|
Loading…
Reference in New Issue
Block a user