Skip to content

Commit eeae20b

Browse files
sebastianstmaxauthority
authored andcommitted
Fix #752 (muttator): Use config.browser instead of gBrowser (#778)
1 parent 9acfc5d commit eeae20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/statusline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const StatusLine = Module("statusline", {
7777
// In case of insecure login forms, connection icon is updated after page load.
7878
const VERSION = Services.appinfo.platformVersion;
7979
if (services.get("vc").compare(VERSION, "51") >= 0) {
80-
gBrowser.addEventListener("InsecureLoginFormsStateChange",
80+
config.browser.addEventListener("InsecureLoginFormsStateChange",
8181
function () {
8282
statusline.updateField('ssl', null);
8383
});

0 commit comments

Comments
 (0)