зеркало из https://github.com/mozilla/gecko-dev.git
Possible Win/SeaMonkey bustage fix from bug 360777, backout some of the changes.
This commit is contained in:
Родитель
98268029ba
Коммит
e6f315904e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче