Move an abort clean up from mozilla.c

This commit is contained in:
slamm%netscape.com 1998-09-14 19:51:57 +00:00
Родитель 0ec26e39bd
Коммит 13cd3e8e57
1 изменённых файлов: 0 добавлений и 11 удалений

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

@ -1457,17 +1457,6 @@ XFE_Frame::doClose()
if (m_context->is_grid_cell)
CONTEXT_DATA (m_context)->being_destroyed = True;
#ifdef notyet
if (context->type == MWContextSaveToDisk) {
/* We might be in an extend text selection on the text widgets.
If we destroy this now, we will dump core. So before destroying
we will disable extend of the selection. */
XtCallActionProc(CONTEXT_DATA (context)->url_label, "extend-end",
NULL, NULL, 0);
XtCallActionProc(CONTEXT_DATA (context)->url_text, "extend-end",
NULL, NULL, 0);
}
#endif
if (m_context->is_grid_cell)
w = d->main_pane;