2004-08-20 Tim Waugh <twaugh@redhat.com>

* src/Calendar.py (calendar_names): Fixed typo.


svn: r3448
This commit is contained in:
Tim Waugh 2004-08-20 11:14:15 +00:00
parent 79d9cf86b2
commit fad53895fe
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -542,6 +542,6 @@ def find_calendar(name):
return None
def calendar_names():
dlist = _calendars.values():
dlist = _calendars.values()
dlist.sort()
return dlist