From f9d371928bcffd8b5cb5b87ea4564fecb23d0c5c Mon Sep 17 00:00:00 2001 From: "sdagley%netscape.com" Date: Tue, 22 Sep 1998 00:35:08 +0000 Subject: [PATCH] Yes the tree is in flames but it'll stay that way without this mod. Reviewed/Approved hyatt. Add new paramter for call to HT_PaneFromURL. --- cmd/macfe/rdfui/CRDFNotificationHandler.cp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/macfe/rdfui/CRDFNotificationHandler.cp b/cmd/macfe/rdfui/CRDFNotificationHandler.cp index 104ceeb2c6e..8cf4498fe47 100644 --- a/cmd/macfe/rdfui/CRDFNotificationHandler.cp +++ b/cmd/macfe/rdfui/CRDFNotificationHandler.cp @@ -62,7 +62,7 @@ CRDFNotificationHandler::CreateHTPane ( const char* inURL, unsigned int inCount, { HT_Notification notifyStruct = CreateNotificationStruct(); if (notifyStruct) - return HT_PaneFromURL ( NULL, const_cast(inURL), notifyStruct, false, inCount, + return HT_PaneFromURL ( NULL, const_cast(inURL), NULL, notifyStruct, false, inCount, inParamNames, inParamValues ); else return NULL;