backing out my last change. it wasn't right. see bug 223084 and bug 224505 for details.

git-svn-id: svn://10.0.0.236/trunk@148734 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2003-11-03 02:44:23 +00:00
parent 8172037b34
commit 5f464cc811

View File

@@ -196,7 +196,7 @@ nsStaticComponentLoader::AutoRegisterComponents(PRInt32 when, nsIFile *dir)
if (mAutoRegistered)
return NS_OK;
if (!dir)
if (dir)
return NS_OK;
nsresult rv;