1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:58:00 +01:00

add implementations for all interface methods of nsIDownloadProgressListener

*yawn*
This commit is contained in:
Doug Kearns
2008-10-15 15:59:42 +00:00
parent db520b80a5
commit 6ae49d3dbc

View File

@@ -97,7 +97,10 @@ function IO() //{{{
liberator.echomsg("Download of " + title + " to " + file + " finished", 1);
autocommands.trigger("DownloadPost", { url: url, title: title, file: file, size: size });
}
}
},
onStateChange: function () {},
onProgressChange: function () {},
onSecurityChange: function () {}
};
downloadManager.addListener(downloadListener);