Fix a bug in isEntryRead for unknwn IDs
authorThomas Perl <thp@thpinfo.com>
Thu, 10 Jun 2010 11:42:48 +0000 (13:42 +0200)
committerThomas Perl <thp@thpinfo.com>
Thu, 10 Jun 2010 11:42:48 +0000 (13:42 +0200)
commit7265e65a43a10a7c151916feeaad24022f0932f1
tree77e16c1ab4bc939684a8fe183b69a835a9a657f1
parent3b2b36869067ce8508aa4dafdb6bf50150beeb9c
Fix a bug in isEntryRead for unknwn IDs

I experienced a bug that prevented me from opening
a feed in the UI, because the isEntryRead function
raised a KeyError for an unknown entry ID.
src/rss.py