~barry/mailman/work1

« back to all changes in this revision

Viewing changes to src/mailman/app/events.py

  • Committer: Barry Warsaw
  • Date: 2012-09-05 02:38:07 UTC
  • mfrom: (7167.1.3 bug-1024509)
  • Revision ID: barry@list.org-20120905023807-t3jb9q75m53sg93i
LP: #1024509 - Schema migration; link between members and mailing lists should
use List-ID.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        domain.handle_DomainDeletingEvent,
42
42
        moderator.handle_ListDeletingEvent,
43
43
        passwords.handle_ConfigurationUpdatedEvent,
44
 
        subscriptions.handle_ListDeletedEvent,
 
44
        subscriptions.handle_ListDeletingEvent,
45
45
        switchboard.handle_ConfigurationUpdatedEvent,
46
46
        i18n.handle_ConfigurationUpdatedEvent,
47
47
        style_manager.handle_ConfigurationUpdatedEvent,