Possible Win/SeaMonkey bustage fix from bug 360777, backout some of the changes.

This commit is contained in:
bugzilla%standard8.demon.co.uk 2006-11-29 20:37:59 +00:00
Родитель 98268029ba
Коммит e6f315904e
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -72,7 +72,7 @@ interface nsIAbDirectoryProperties : nsISupports {
attribute long position;
};
[scriptable, uuid(831251b9-3d8d-462a-9460-71674e505f6c)]
[scriptable, uuid(fe882bec-0fd8-41cf-913b-72db4ca11901)]
interface nsIAbDirectory : nsISupports {
// Types of operation
@ -142,7 +142,7 @@ interface nsIAbDirectory : nsISupports {
// Deletes either a mailing list or a top
// level directory, which also updates the
// preferences
void deleteDirectory(in nsIAbDirectory directory);
void deleteDirectory(in nsIAbDirectory dierctory);
// Check if directory contains card
// If the implementation is asynchronous the card

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

@ -261,7 +261,7 @@ nsAbDirProperty::ModifyDirectory(nsIAbDirectory *directory, nsIAbDirectoryProper
{ return NS_ERROR_NOT_IMPLEMENTED; }
NS_IMETHODIMP
nsAbDirProperty::DeleteDirectory(nsIAbDirectory *directory)
nsAbDirProperty::DeleteDirectory(nsIAbDirectory *dierctory)
{ return NS_ERROR_NOT_IMPLEMENTED; }
NS_IMETHODIMP