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

This commit is contained in:
peterlubczynski%netscape.com 2001-03-21 01:47:37 +00:00
Родитель 4cfee0e5dc
Коммит 521c9d6d71
2 изменённых файлов: 4 добавлений и 0 удалений

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

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

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

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