Show
Ignore:
Timestamp:
08/09/07 17:39:18 (17 months ago)
Author:
asterix
Message:

merge diff from trunk to pep branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/pep/src/common/events.py

    r8197 r8478  
    144144                        return 
    145145                # no event nor type given, remove them all 
     146                self.fire_event_removed(self._events[account][jid]) 
    146147                del self._events[account][jid] 
    147                 self.fire_event_removed(self._events[account][jid]) 
    148148 
    149149        def change_jid(self, account, old_jid, new_jid):