mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 878418 - Move positioning of Open with context menu item. r=mfinkle
This commit is contained in:
parent
fec58a7b10
commit
f36d053498
@ -334,7 +334,6 @@ var BrowserApp = {
|
||||
Reader.init();
|
||||
UserAgentOverrides.init();
|
||||
DesktopUserAgent.init();
|
||||
ExternalApps.init();
|
||||
Distribution.init();
|
||||
Tabs.init();
|
||||
#ifdef ACCESSIBILITY
|
||||
@ -368,6 +367,9 @@ var BrowserApp = {
|
||||
SearchEngines.init();
|
||||
this.initContextMenu();
|
||||
}
|
||||
// The order that context menu items are added is important
|
||||
// Make sure the "Open in App" context menu item appears at the bottom of the list
|
||||
ExternalApps.init();
|
||||
|
||||
// XXX maybe we don't do this if the launch was kicked off from external
|
||||
Services.io.offline = false;
|
||||
|
Loading…
Reference in New Issue
Block a user