Enable password manager for sunbird

bug 258524, r=bsmedberg, mostafah
This commit is contained in:
mvl%exedo.nl 2005-04-05 22:27:37 +00:00
Родитель 08c40954e5
Коммит 0857122f4a
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -41,7 +41,7 @@
#include "nsCommandLineService.h" #include "nsCommandLineService.h"
#include "nsXPFEComponentsCID.h" #include "nsXPFEComponentsCID.h"
#ifdef MOZ_PHOENIX #if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD)
#ifdef XP_WIN #ifdef XP_WIN
#include "nsAlertsService.h" #include "nsAlertsService.h"
#endif #endif
@ -64,7 +64,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsAppStartup, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsUserInfo) NS_GENERIC_FACTORY_CONSTRUCTOR(nsUserInfo)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsCmdLineService) NS_GENERIC_FACTORY_CONSTRUCTOR(nsCmdLineService)
#ifdef MOZ_PHOENIX #if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD)
#ifdef XP_WIN #ifdef XP_WIN
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAlertsService) NS_GENERIC_FACTORY_CONSTRUCTOR(nsAlertsService)
#endif #endif
@ -109,7 +109,7 @@ static const nsModuleComponentInfo components[] =
NS_COMMANDLINESERVICE_CONTRACTID, NS_COMMANDLINESERVICE_CONTRACTID,
nsCmdLineServiceConstructor }, nsCmdLineServiceConstructor },
#ifdef MOZ_PHOENIX #if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD)
#ifdef XP_WIN #ifdef XP_WIN
{ "Alerts Service", { "Alerts Service",
NS_ALERTSSERVICE_CID, NS_ALERTSSERVICE_CID,