| Index: lib/uninstall.js |
| =================================================================== |
| --- a/lib/uninstall.js |
| +++ b/lib/uninstall.js |
| @@ -57,6 +57,6 @@ |
| // URL and we need to re-generate it each time the notification data changes. |
| if ("setUninstallURL" in browser.runtime) |
| { |
| - Prefs.untilLoaded.then(setUninstallURL); |
| + Prefs.untilLoaded.then(setUninstallURL, setUninstallURL); |
| Prefs.on("notificationdata", setUninstallURL); |
| } |