From 4edaa6643ecfb8ec0dc7cd628d12c9d4bc7192e7 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Tue, 1 Jul 2003 05:30:17 +0000 Subject: [PATCH] Implement a content policy class for thunderbird. Block the loading of remote images if the preference is set. Register ourselves as a pref observer so we know when this pref changes. Has no effect on the seamonkey build. CVS: ---------------------------------------------------------------------- git-svn-id: svn://10.0.0.236/trunk@144336 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/build/nsMailModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mailnews/build/nsMailModule.cpp b/mozilla/mailnews/build/nsMailModule.cpp index 6693317a52a..15ed51ffd0c 100644 --- a/mozilla/mailnews/build/nsMailModule.cpp +++ b/mozilla/mailnews/build/nsMailModule.cpp @@ -327,7 +327,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMessengerWinIntegration, Init); NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMessengerOS2Integration, Init); #endif NS_GENERIC_FACTORY_CONSTRUCTOR(nsMessengerContentHandler); -NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgContentPolicy); +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMsgContentPolicy, Init); //////////////////////////////////////////////////////////////////////////////// // addrbook factories