Fix bug # 124117
git-svn-id: svn://10.0.0.236/trunk@5261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user