mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 739116 - Remove fullscreen's "deactivate" listener on non-Lion systems upon leaving fullscreen. r=dao
This commit is contained in:
parent
16c13e16cb
commit
ec40e226ee
@ -4084,7 +4084,7 @@ var FullScreen = {
|
||||
gBrowser.tabContainer.removeEventListener("TabOpen", this.exitDomFullScreen);
|
||||
gBrowser.tabContainer.removeEventListener("TabClose", this.exitDomFullScreen);
|
||||
gBrowser.tabContainer.removeEventListener("TabSelect", this.exitDomFullScreen);
|
||||
if (this.useLionFullScreen) {
|
||||
if (!this.useLionFullScreen) {
|
||||
window.removeEventListener("deactivate", this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user