From 472e18f139fccaae2f0c24f198ec5a54607796fb Mon Sep 17 00:00:00 2001 From: Krzysztof Klinikowski Date: Mon, 11 Oct 2010 21:42:25 +0200 Subject: Avatars fix. --- sunshine/avatars.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sunshine') diff --git a/sunshine/avatars.py b/sunshine/avatars.py index 86c27c9..224ec05 100644 --- a/sunshine/avatars.py +++ b/sunshine/avatars.py @@ -72,9 +72,9 @@ class SunshineAvatars(telepathy.server.ConnectionInterfaceAvatars): result = {} for handle_id in contacts: handle = self.handle(telepathy.HANDLE_TYPE_CONTACT, handle_id) - if handle == self.GetSelfHandle(): - #tutaj kiedys trzeba napisac kod odp za naszego avatara - result[handle] = "" + #if handle == self.GetSelfHandle(): + # #tutaj kiedys trzeba napisac kod odp za naszego avatara + # result[handle] = "" """ else: contact = handle.contact -- cgit v1.2.3