Bug 287707 - After page had designmode on, there are still several issues, r=daniel, sr=peterv

git-svn-id: svn://10.0.0.236/trunk@208981 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
martijn.martijn%gmail.com
2006-09-01 09:32:57 +00:00
parent 01777d057a
commit 799e7c3b2b
2 changed files with 13 additions and 2 deletions

View File

@@ -192,7 +192,10 @@ nsDocShellEditorData::SetEditor(nsIEditor *inEditor)
mEditor = inEditor; // owning addref
}
if (!inEditor)
mMakeEditable = PR_FALSE;
return NS_OK;
}