declare _icon in Buddy constructor
This commit is contained in:
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…
Reference in New Issue
Block a user