declare _icon in Buddy constructor

This commit is contained in:
Guillaume Desmottes 2007-03-06 17:26:21 +01:00
parent a0230ba784
commit 7e1c8ef31f

View File

@ -71,6 +71,7 @@ class Buddy(DBusGObject):
self._valid = False
self._owner = False
self._key = None
self._icon = ''
gobject.GObject.__init__(self, **kwargs)
if not self._key: