Module: deluge Branch: master Commit: 499a58f50df649be997f9e520eddf6d1b29cb82d
Author: Andrew Resch <[email protected]> Date: Wed Feb 23 10:47:16 2011 -0800 Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handlers worked. Unfortunately this will not work with plugins as they do not have the events defined and the creation of the event object fails. --- ChangeLog | 1 - deluge/core/eventmanager.py | 2 +- deluge/core/rpcserver.py | 3 +- deluge/event.py | 96 +++------- deluge/ui/client.py | 11 +- deluge/ui/console/eventlog.py | 50 +++--- deluge/ui/console/main.py | 373 ++++++++++++++++++++++++------------- deluge/ui/coreconfig.py | 4 +- deluge/ui/gtkui/files_tab.py | 64 ++++---- deluge/ui/gtkui/mainwindow.py | 8 +- deluge/ui/gtkui/menubar.py | 6 +- deluge/ui/gtkui/pluginmanager.py | 8 +- deluge/ui/gtkui/statusbar.py | 6 +- deluge/ui/gtkui/systemtray.py | 6 +- deluge/ui/gtkui/torrentview.py | 24 ++-- deluge/ui/sessionproxy.py | 28 ++-- deluge/ui/web/pluginmanager.py | 38 ++-- 17 files changed, 397 insertions(+), 331 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.
