Module: deluge Branch: plugins-namespace Commit: 078ed6ba71d431b5321ce6de360e17c6c9757451
Author: Pedro Algarvio <[email protected]> Date: Sat Dec 11 05:42:45 2010 +0000 Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name. Ported plugins on deluge's git to this new event dispatching style. --- deluge/event.py | 20 +++--- deluge/plugins/autoadd/autoadd/core.py | 24 +++---- deluge/plugins/autoadd/autoadd/gtkui.py | 66 ++++++++++---------- deluge/plugins/execute/execute/core.py | 24 ++++--- deluge/plugins/execute/execute/gtkui.py | 12 ++-- deluge/plugins/extractor/extractor/core.py | 20 +++--- deluge/plugins/freespace/freespace/core.py | 16 +++-- deluge/plugins/freespace/freespace/gtkui.py | 14 ++-- deluge/plugins/label/label/core.py | 12 ++-- deluge/plugins/notifications/notifications/core.py | 4 +- deluge/plugins/scheduler/scheduler/core.py | 7 +- deluge/plugins/scheduler/scheduler/gtkui.py | 4 +- deluge/ui/console/eventlog.py | 4 +- deluge/ui/gtkui/pluginmanager.py | 4 +- deluge/ui/web/pluginmanager.py | 4 +- 15 files changed, 120 insertions(+), 115 deletions(-) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
