Disable buddy icon request for trial 1
This commit is contained in:
parent
f59fab783f
commit
de46d81828
@ -259,7 +259,8 @@ class Buddy(object):
|
||||
# A buddy isn't valid until its official presence
|
||||
# service has been found and resolved
|
||||
self._valid = True
|
||||
self._get_buddy_icon(service)
|
||||
### TRIAL1: disable
|
||||
#self._get_buddy_icon(service)
|
||||
color = service.get_one_property(_BUDDY_KEY_COLOR)
|
||||
if xocolor.is_valid(color):
|
||||
self._color = color
|
||||
|
Loading…
Reference in New Issue
Block a user