Fix bug # 124117

git-svn-id: svn://10.0.0.236/trunk@5261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rjc
1998-07-09 23:00:29 +00:00
parent a944e4ae45
commit e7964eff27

View File

@@ -5200,6 +5200,11 @@ rdfProcDialogHandler(XPDialogState *dlgstate, char **argv, int argc, unsigned in
switch(button)
{
case XP_DIALOG_OK_BUTTON:
if (htmlElementList == NULL)
{
retVal = PR_FALSE;
break;
}
node = htmlElementList->node;
if (gMissionControlEnabled == true)