summaryrefslogtreecommitdiff
path: root/sunshine
diff options
context:
space:
mode:
authorKrzysztof <kkszysiu@gmail.com>2011-03-27 16:34:24 +0200
committerKrzysztof <kkszysiu@gmail.com>2011-03-27 16:34:24 +0200
commita9e3d509ab065abcd0743b39e5c8897146ba0296 (patch)
tree73d3d494b9227fd2dad8c99e9b57264cedaf139c /sunshine
parent84eee967ab0dc746dadc47420f808bc92ba98d8c (diff)
Revert "Avatars fix."
Diffstat (limited to 'sunshine')
-rw-r--r--sunshine/avatars.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sunshine/avatars.py b/sunshine/avatars.py
index 224ec05..86c27c9 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