--- a/finch/libgnt/pygnt/example/rss/gntrss.py Mon Jul 30 20:24:04 2007 +0000 +++ b/finch/libgnt/pygnt/example/rss/gntrss.py Mon Jul 30 20:25:38 2007 +0000 @@ -173,6 +173,10 @@ if self.timer == 0: self.timer = gobject.timeout_add(1000, self.check_thread_for_death) + def mark_read(self): + for item in self.items: + item.mark_unread(False) + gobject.type_register(Feed) ##