# HG changeset patch # User Sadrul Habib Chowdhury # Date 1189494785 0 # Node ID 46ed3f3f780e3b8a89dc4d20091b81a2eec0a7b1 # Parent 1b8af105614d5fe065452a865aec2a38378fda07# Parent 44b070f6a3f87f3b5ae6168dbb45f45db9534ae5 merge of '04b85a7dd6d2bd21a0cbb8a6022eb500b53efddc' and '2edfe77b8357318304b79826b3440a0ab528215c' diff -r 1b8af105614d -r 46ed3f3f780e finch/libgnt/pygnt/example/rss/gntrss.py --- a/finch/libgnt/pygnt/example/rss/gntrss.py Tue Sep 11 05:06:18 2007 +0000 +++ b/finch/libgnt/pygnt/example/rss/gntrss.py Tue Sep 11 07:13:05 2007 +0000 @@ -61,6 +61,9 @@ self.parent = parent self.unread = True + def __del__(self): + pass + def remove(self): self.emit('delete', self.parent) if self.unread: diff -r 1b8af105614d -r 46ed3f3f780e finch/libgnt/pygnt/test.py --- a/finch/libgnt/pygnt/test.py Tue Sep 11 05:06:18 2007 +0000 +++ b/finch/libgnt/pygnt/test.py Tue Sep 11 07:13:05 2007 +0000 @@ -16,6 +16,9 @@ self.__gobject_init__() self.set_property(type, value) + def __del__(self): + pass + def do_set_property(self, pspec, value): if pspec.name == 'string': self.string = value