Summary: | Butterfly fails to advertise Text capabilities | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Olivier Crête <olivier.crete> |
Component: | butterfly | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | avs, dyerga, xrcalvar |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Olivier Crête
2009-11-03 07:26:58 UTC
This branch should fix the problem http://git.collabora.co.uk/?p=user/olethanh/telepathy-butterfly.git;a=shortlog;h=refs/heads/text_capabilities (In reply to comment #1) > This branch should fix the problem Looks fine, except one thing: add_text_capabilities takes a list of handles. In on_addressbook_contact_added, you give it a single handle. That'll raise an exception saying it can't iterate through a handle. - self.add_text_capabilities(handle) + self.add_text_capabilities([handle]) Other than that, looks fine. I guess you've tested it on the N900? Thanks for the review, I have fixed your remark in my branch. I haven't been able to test is since I haven't got the issue in my n900 but the capabilities show up fine in tp-inspector and Tester said he would test it. Merged in master |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.