mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 7ef2a2d43849 (bug 881131)
This commit is contained in:
parent
d38a841a00
commit
19b2d2bfe2
@ -249,7 +249,6 @@ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user