declare _icon in Buddy constructor

master
Guillaume Desmottes 18 years ago
parent a0230ba784
commit 7e1c8ef31f

@ -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:

Loading…
Cancel
Save