removing observer. put in on accident. editor will handle oninput changes. if not i can un comment this

This commit is contained in:
mjudge%netscape.com 2000-06-28 04:16:44 +00:00
Родитель 2c1f1b53a6
Коммит ad26ff0747
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -976,7 +976,7 @@ nsGfxTextControlFrame2::Destroy(nsIPresContext* aPresContext)
return rv?rv:NS_ERROR_FAILURE;
if (doc)
{
doc->RemoveObserver(mTextListener);
//doc->RemoveObserver(mTextListener);
}
}
return nsBoxFrame::Destroy(aPresContext);
@ -2566,7 +2566,7 @@ nsGfxTextControlFrame2::SetInitialChildList(nsIPresContext* aPresContext,
rv = shell->GetDocument(getter_AddRefs(doc));
if (NS_FAILED(rv) || !doc)
return rv?rv:NS_ERROR_FAILURE;
doc->AddObserver(mTextListener);
//doc->AddObserver(mTextListener);
}
}