Fix for (at least) mozilla 1.3b

Arnaud Contes <[email protected]> Mon, 24 Feb 2003 19:23:40 +0100 (CET)
Newsgroups gmane.comp.mozilla.leech
Message-ID <[email protected]>
the nsIWebBrowserPersist API seems to have changed since previous version.

To fix this, replace the line 265 in /chrome/leech/content/leechOverlay.js

persist.saveURI(source, persistArgs.postData,persistArgs.target);

by

persist.saveURI(source, null, null, persistArgs.postData, null, persistArgs.target);


Regards,

Arnaud Contes.