cool! i cant believe it's not butter! (how did the mac ever compile this?)

This commit is contained in:
jfrancis%netscape.com 1999-11-25 01:34:42 +00:00
Родитель fdc109612c
Коммит 65fcafbd6e
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3286,7 +3286,7 @@ nsHTMLEditRules::ReturnInListItem(nsIDOMSelection *aSelection,
// now attempt to adjust selection to a text node.
// if we fail, then that means we need toinsert a break
res = AdjustSelection(aSelection, nsIEditor::nsIEditor::eDeleteNext);
res = AdjustSelection(aSelection, nsIEditor::eDeleteNext);
if (NS_FAILED(res)) return res;
// get the selection location
nsCOMPtr<nsIDOMNode> selNode;

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

@ -3286,7 +3286,7 @@ nsHTMLEditRules::ReturnInListItem(nsIDOMSelection *aSelection,
// now attempt to adjust selection to a text node.
// if we fail, then that means we need toinsert a break
res = AdjustSelection(aSelection, nsIEditor::nsIEditor::eDeleteNext);
res = AdjustSelection(aSelection, nsIEditor::eDeleteNext);
if (NS_FAILED(res)) return res;
// get the selection location
nsCOMPtr<nsIDOMNode> selNode;