--- a/finch/libgnt/pygnt/example/rss/gntrss.py Wed Sep 12 09:45:16 2007 +0000 +++ b/finch/libgnt/pygnt/example/rss/gntrss.py Wed Sep 12 11:04:26 2007 +0000 @@ -129,6 +129,9 @@ self.pending = False self._refresh = {'time' : 30, 'id' : 0} + def __del__(self): + pass + def do_set_property(self, property, value): if property.name == 'link': self.link = value