From 0676c62283fc9ef0c51f36024b421dea289de589 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 5 Mar 2006 15:00:10 +0000 Subject: Use the right category. 2006-03-05 Christian Persch * embed/mozilla/MozRegisterComponents.cpp: Use the right category. --- embed/mozilla/MozRegisterComponents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp index 017623bb9..0c46f12f0 100644 --- a/embed/mozilla/MozRegisterComponents.cpp +++ b/embed/mozilla/MozRegisterComponents.cpp @@ -106,7 +106,7 @@ RegisterCategories (void) nsnull); /* Unregister the XPI install trigger, so we can just download .xpi files */ - rv |= catMan->DeleteCategoryEntry (JAVASCRIPT_GLOBAL_PROPERTY_CATEGORY, + rv |= catMan->DeleteCategoryEntry (JAVASCRIPT_GLOBAL_CONSTRUCTOR_CATEGORY, "InstallVersion", PR_FALSE /* don't persist */); rv |= catMan->DeleteCategoryEntry (JAVASCRIPT_GLOBAL_PROPERTY_CATEGORY, -- cgit v1.2.3