summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2011-02-23 10:47:16 -0800
committerAndrew Resch <andrewresch@gmail.com>2011-02-23 10:47:16 -0800
commit499a58f50df649be997f9e520eddf6d1b29cb82d (patch)
treec1490c100c148e41f05a44935febf5b187bfae71 /ChangeLog
parent5f0f7204a8e195d5470f0dfa910e89220c72dbe2 (diff)
downloaddeluge-499a58f50df649be997f9e520eddf6d1b29cb82d.tar.gz
deluge-499a58f50df649be997f9e520eddf6d1b29cb82d.tar.bz2
deluge-499a58f50df649be997f9e520eddf6d1b29cb82d.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 0 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 83d3bfa1c..54111bc71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,6 @@
* #1247: Fix deluge-gtk from hanging on shutdown
* #995: Rewrote tracker_icons
* Make the distinction between adding to the session new unmanaged torrents and torrents loaded from state. This will break backwards compatability.
- * Pass a copy of an event instead of passing the event arguments to the event handlers. This will break backwards compatability.
==== GtkUI ====
* Fix uncaught exception when closing deluge in classic mode