finch/libgnt/pygnt/example/rss/gntrss.py

changeset 19189
d72a994ca5ac
parent 19186
6426c0906fc8
child 19191
1596abb76093
--- 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)
 
 ##

mercurial