Null plugin registered twice. bug 67933 a=av r=attinasi

git-svn-id: svn://10.0.0.236/trunk@89959 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterlubczynski%netscape.com 2001-03-21 01:47:37 +00:00
parent b3d40180c2
commit be7931b525
2 changed files with 4 additions and 0 deletions

View File

@ -3490,10 +3490,12 @@ NS_IMETHODIMP nsPluginHostImpl::LoadPlugins()
lpath,
PR_TRUE); // check for specific plugins
}
#endif
mPluginsLoaded = PR_TRUE; // at this point 'some' plugins have been loaded,
// the rest is optional
#ifdef XP_WIN
// Check the windows registry for extra paths to scan for plugins
//
// We are going to get this registry key location from the pref:

View File

@ -3490,10 +3490,12 @@ NS_IMETHODIMP nsPluginHostImpl::LoadPlugins()
lpath,
PR_TRUE); // check for specific plugins
}
#endif
mPluginsLoaded = PR_TRUE; // at this point 'some' plugins have been loaded,
// the rest is optional
#ifdef XP_WIN
// Check the windows registry for extra paths to scan for plugins
//
// We are going to get this registry key location from the pref: