From 3555f66e5c2739a4950ad6c20d01b1570de87879 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Wed, 27 Jul 2005 21:46:39 +0000 Subject: [PATCH] Bustage fix for dougt, bug 295482 --- toolkit/Makefile.in | 3 ++- toolkit/components/build/nsToolkitCompsModule.cpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/toolkit/Makefile.in b/toolkit/Makefile.in index af3d447d3ce5..6d6461fc0c25 100644 --- a/toolkit/Makefile.in +++ b/toolkit/Makefile.in @@ -52,7 +52,8 @@ DIRS = \ $(NULL) ifndef MINIMO -DIRS = xre \ +DIRS += \ + xre \ mozapps \ $(NULL) endif diff --git a/toolkit/components/build/nsToolkitCompsModule.cpp b/toolkit/components/build/nsToolkitCompsModule.cpp index 1c2317bf7b97..a1683a24880a 100644 --- a/toolkit/components/build/nsToolkitCompsModule.cpp +++ b/toolkit/components/build/nsToolkitCompsModule.cpp @@ -69,7 +69,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsUserInfo) NS_GENERIC_FACTORY_CONSTRUCTOR(nsAlertsService) #endif -#if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD) || defined (MINIMO) +#ifndef MOZ_THUNDERBIRD NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteController) NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteMdbResult) NS_GENERIC_FACTORY_CONSTRUCTOR(nsTypeAheadFind) @@ -89,7 +89,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsDownloadProxy) static void PR_CALLBACK nsToolkitCompModuleDtor(nsIModule* self) { -#ifdef MOZ_PHOENIX +#ifndef MOZ_THUNDERBIRD nsFormHistory::ReleaseInstance(); nsPasswordManager::Shutdown(); #endif