2004-08-20 Tim Waugh <twaugh@redhat.com>
* src/Calendar.py (calendar_names): Fixed typo. svn: r3448
This commit is contained in:
parent
79d9cf86b2
commit
fad53895fe
@ -1,3 +1,6 @@
|
||||
2004-08-20 Tim Waugh <twaugh@redhat.com>
|
||||
* src/Calendar.py (calendar_names): Fixed typo.
|
||||
|
||||
2004-08-19 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/AutoComp.py: remove double display of data
|
||||
* src/FamilyView.py: remove unused check
|
||||
|
@ -542,6 +542,6 @@ def find_calendar(name):
|
||||
return None
|
||||
|
||||
def calendar_names():
|
||||
dlist = _calendars.values():
|
||||
dlist = _calendars.values()
|
||||
dlist.sort()
|
||||
return dlist
|
||||
|
Loading…
Reference in New Issue
Block a user