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.

This commit is contained in:
sdagley%netscape.com 1998-09-22 00:35:08 +00:00
Родитель ce153056de
Коммит f9d371928b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -62,7 +62,7 @@ CRDFNotificationHandler::CreateHTPane ( const char* inURL, unsigned int inCount,
{
HT_Notification notifyStruct = CreateNotificationStruct();
if (notifyStruct)
return HT_PaneFromURL ( NULL, const_cast<char*>(inURL), notifyStruct, false, inCount,
return HT_PaneFromURL ( NULL, const_cast<char*>(inURL), NULL, notifyStruct, false, inCount,
inParamNames, inParamValues );
else
return NULL;