Fix for blocker bug 109893. Comment out line that adds the plugins folder to the XPT search paths, to avoid errors when trying to look in MRJPlugin.jar for .xpt files on Mac. r=jband/a=sleestack

This commit is contained in:
sfraser%netscape.com 2001-11-14 01:14:08 +00:00
Родитель 1de89b777b
Коммит f97068fa67
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -231,7 +231,8 @@ PRBool xptiInterfaceInfoManager::BuildFileSearchPath(nsISupportsArray** aPath)
// Add additional plugins dirs
// No error checking here since this is optional in some embeddings
(void) AppendFromDirServiceList(NS_APP_PLUGINS_DIR_LIST, searchPath);
// Temporarily commented out; see bug 109893.
//(void) AppendFromDirServiceList(NS_APP_PLUGINS_DIR_LIST, searchPath);
NS_ADDREF(*aPath = searchPath);