diff options
author | Krzysztof Klinikowski <kkszysiu@gmail.com> | 2010-05-25 00:32:43 +0200 |
---|---|---|
committer | Krzysztof Klinikowski <kkszysiu@gmail.com> | 2010-05-25 00:32:43 +0200 |
commit | df4c6c623e6217bed542f4a345834c2db5845060 (patch) | |
tree | eb478ce1576fdce3ccbba4feb580f1f8f3426cbf /sunshine | |
parent | 1e4f45afdbee9edcc9cc39de33b8120c1aa9b4f6 (diff) |
ContactInfo attribute correction.
Diffstat (limited to 'sunshine')
-rw-r--r-- | sunshine/contacts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine/contacts.py b/sunshine/contacts.py index f6da095..7f2ba52 100644 --- a/sunshine/contacts.py +++ b/sunshine/contacts.py @@ -40,7 +40,7 @@ class SunshineContacts(telepathy.server.ConnectionInterfaceContacts): telepathy.CONNECTION_INTERFACE_AVATARS : 'token', telepathy.CONNECTION_INTERFACE_CAPABILITIES : 'caps', telepathy.CONNECTION_INTERFACE_CONTACT_CAPABILITIES : 'capabilities', - CONNECTION_INTERFACE_CONTACT_INFO : 'contact-info' + CONNECTION_INTERFACE_CONTACT_INFO : 'info' } def __init__(self): |