Fix for crashing bug when related links pane is docked

This commit is contained in:
guha%netscape.com 1998-07-23 20:08:27 +00:00
Родитель 7736992db7
Коммит 900e6cc477
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -9077,6 +9077,7 @@ RDFT
HTADD(HT_Pane pane, RDF_Resource u, RDF_Resource s, void *v)
{
RDF_ValueType type = ((s == gCoreVocab->RDF_parent) ? RDF_RESOURCE_TYPE : RDF_STRING_TYPE);
if (!pane->htdb) return NULL;
remoteStoreAdd(pane->htdb, u, s, v, type, 1);
if ((s == gCoreVocab->RDF_parent) && (containerp(u)))
{
@ -9395,6 +9396,7 @@ HT_AddRelatedLinksFor(HT_Pane htPane, char *pUrl)
sp = htPane->htdb;
if (!sp) return;
if (!htPane->smartBrowsingProviders) populateSBProviders(htPane);
if (!relatedLinksEnabledURL(pUrl)) return;
prov = htPane->smartBrowsingProviders;