Bug 36774 - add_messenger_contact minor bug
Summary: add_messenger_contact minor bug
Status: NEW
Alias: None
Product: papyon
Classification: Unclassified
Component: general (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: papyon-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 08:08 UTC by Riccardo (c10ud)
Modified: 2011-05-02 08:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Riccardo (c10ud) 2011-05-02 08:08:10 UTC
see https://github.com/emesene/emesene/issues/485

the

         if contact is self._client.profile:
            return # can't add ourself to the address book

must be put *before* 

        old_memberships = (contact and contact.memberships) or Membership.NONE


otherwise it will except


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.