mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 00:45:45 +01:00
Fix downloads module cleanup.
This commit is contained in:
@@ -400,7 +400,7 @@ var Downloads = Module("downloads", XPCOM(Ci.nsIDownloadProgressListener), {
|
||||
services.downloadManager.addListener(this);
|
||||
},
|
||||
|
||||
destroy: function destroy() {
|
||||
cleanup: function destroy() {
|
||||
services.downloadManager.removeListener(this);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user