Bug 881131: update zoom reset label on location change

This commit is contained in:
Mike de Boer 2013-06-13 15:23:20 +02:00
parent 2b820fe840
commit 4de718b581

View File

@ -249,6 +249,7 @@ const CustomizableWidgets = [{
// Register ourselves with the service so we know when the zoom prefs change.
Services.obs.addObserver(updateZoomResetButton, "browser-fullZoom:zoomChange", false);
Services.obs.addObserver(updateZoomResetButton, "browser-fullZoom:zoomReset", false);
Services.obs.addObserver(updateZoomResetButton, "browser-fullZoom:locationChange", false);
updateZoomResetButton();
if (!inPanel)