This commit is contained in:
rob_strong%exchangecode.com 2007-07-18 19:07:19 +00:00
Родитель bdd93f5f63
Коммит 3625fdb9f2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -461,7 +461,7 @@ function getIDFromResourceURI(aURI)
function openURL(aURL) function openURL(aURL)
{ {
# If we're not a browser, use the external protocol service to load the URI. # If we're not Firefox, use the external protocol service to load the URI.
#ifndef MOZ_PHOENIX #ifndef MOZ_PHOENIX
var uri = Components.classes["@mozilla.org/network/io-service;1"] var uri = Components.classes["@mozilla.org/network/io-service;1"]
.getService(nsIIOService).newURI(aURL, null, null); .getService(nsIIOService).newURI(aURL, null, null);
@ -606,7 +606,7 @@ function Startup()
if (window.arguments[0] == "updates-only") { if (window.arguments[0] == "updates-only") {
gUpdatesOnly = true; gUpdatesOnly = true;
#ifdef MOZ_PHOENIX #ifdef MOZ_PHOENIX
// If we are a browser when updating on startup don't display context // If we are Firefox when updating on startup don't display context
// menuitems that can open a browser window. // menuitems that can open a browser window.
gUpdateContextMenus = gUpdateContextMenusNoBrowser; gUpdateContextMenus = gUpdateContextMenusNoBrowser;
#endif #endif