~olethanh/telepathy-butterfly/simple-presence

« back to all changes in this revision

Viewing changes to butterfly/handle.py

  • Committer: Ali Sabil
  • Date: 2008-01-12 21:29:09 UTC
  • Revision ID: ali.sabil@gmail.com-20080112212909-h4dxs0f2xyn5whny
- Fixed adding contacts to group during contact addition

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        handle_name = "#".join([contact_account, str(contact_network)])
97
97
        self.account = contact_account
98
98
        self.network = contact_network
 
99
        self.pending_groups = set()
99
100
        ButterflyHandle.__init__(self, connection, id, handle_type, handle_name)
100
101
 
101
102
    @property