Switching to use Component Registry

This commit is contained in:
dp@netscape.com
1999-06-09 19:19:14 +00:00
parent 229e1c8529
commit 9f2b292940
3 changed files with 3 additions and 3 deletions

View File

@@ -251,7 +251,7 @@ nsAppShellService::EnumerateComponents( void (nsAppShellService::*function)( con
&&
( failed = "Open" )
&&
NS_SUCCEEDED( ( rv = registry->Open() ) )
NS_SUCCEEDED( ( rv = registry->OpenWellKnownRegistry(nsIRegistry::ApplicationComponentRegistry) ) )
&&
( failed = "GetSubtree" )
&&