From 71ebac111b29d91e593dbcdf373ec3bcc8d02166 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sun, 17 Oct 1999 20:03:37 +0000 Subject: [PATCH] Bug #16394 --> call Initialize function on url after we create one r=jefft git-svn-id: svn://10.0.0.236/trunk@50953 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/imap/build/nsImapFactory.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/mailnews/imap/build/nsImapFactory.cpp b/mozilla/mailnews/imap/build/nsImapFactory.cpp index 64030f8689f..891ab3b2089 100644 --- a/mozilla/mailnews/imap/build/nsImapFactory.cpp +++ b/mozilla/mailnews/imap/build/nsImapFactory.cpp @@ -41,8 +41,7 @@ static NS_DEFINE_CID(kCImapMessageResource, NS_IMAPMESSAGERESOURCE_CID); static NS_DEFINE_CID(kCImapMockChannel, NS_IMAPMOCKCHANNEL_CID); // private factory declarations for each component we know how to produce - -NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapUrl) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsImapUrl, Initialize) NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapProtocol) NS_GENERIC_FACTORY_CONSTRUCTOR(nsIMAPHostSessionList) NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapIncomingServer)