r=ftang a=waterson
This commit is contained in:
shanjian%netscape.com 2000-06-08 23:40:31 +00:00
Родитель e1c5906176
Коммит 5ca3f53ba7
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -164,7 +164,7 @@ NS_IMETHODIMP IMETextTxn::Merge(PRBool *aDidMerge, nsITransaction *aTransaction)
//
IMETextTxn* otherTxn = nsnull;
result = aTransaction->QueryInterface(IMETextTxn::GetCID(),(void**)&otherTxn);
if (otherTxn && NS_SUCCEEDED(NS_OK))
if (otherTxn && NS_SUCCEEDED(result))
{
//
// we absorbe the next IME transaction by adopting it's insert string as our own

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

@ -164,7 +164,7 @@ NS_IMETHODIMP IMETextTxn::Merge(PRBool *aDidMerge, nsITransaction *aTransaction)
//
IMETextTxn* otherTxn = nsnull;
result = aTransaction->QueryInterface(IMETextTxn::GetCID(),(void**)&otherTxn);
if (otherTxn && NS_SUCCEEDED(NS_OK))
if (otherTxn && NS_SUCCEEDED(result))
{
//
// we absorbe the next IME transaction by adopting it's insert string as our own