Bug 878418 - Move positioning of Open with context menu item. r=mfinkle

This commit is contained in:
Wes Johnston 2013-09-06 15:29:04 -07:00
parent 595d792b87
commit 6f89842b76

View File

@ -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;