Changeset 9894 for trunk/src/gajim.py
- Timestamp:
- 07/07/08 00:24:58 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r9889 r9894 927 927 # This way we'll really remove it 928 928 gajim.to_be_removed[account].remove(c.jid) 929 self.roster.remove_contact(c.jid, account, backend =True)929 self.roster.remove_contact(c.jid, account, backend=True) 930 930 931 931 def handle_event_register_agent_info(self, account, array): … … 1395 1395 # contact removes us. 1396 1396 if contacts: 1397 self.roster.remove_contact(jid, account, backend =True)1397 self.roster.remove_contact(jid, account, backend=True) 1398 1398 return 1399 1399 elif not contacts:
