Change various uuids where they were previously missed. Fixes bug 475900, bug 475906, bug 475907 and bug 475909. r/sr=Neil.

This commit is contained in:
Mark Banner 2009-01-30 10:35:19 +00:00
Родитель e448ee1482
Коммит 99a5caf019
5 изменённых файлов: 5 добавлений и 5 удалений

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

@ -52,7 +52,7 @@ interface nsIAbDirectory;
* returned if a match is found from the expression
*
*/
[scriptable, uuid(c2d83a31-eba6-4053-9273-c7a006a94311)]
[scriptable, uuid(d6fcbedd-d574-4357-abf4-81565d867749)]
interface nsIAbDirectoryQueryArguments : nsISupports
{
/**

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

@ -104,7 +104,7 @@ interface nsISmtpUrl : nsISupports {
const PRInt32 DEFAULT_SMTPS_PORT = 465;
};
[scriptable, uuid(5EE2AFF7-9C6F-11d3-98A3-001083010E9B)]
[scriptable, uuid(ef796f57-7128-4fc6-9002-6cba9eb19e73)]
interface nsIMailtoUrl : nsISupports {
/**
* mailto: parse specific getters

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

@ -72,7 +72,7 @@ interface nsISupportsArray;
interface nsIImportMailboxDescriptor;
interface nsIOutputStream;
[scriptable, uuid(c9e314c0-234e-11d3-a206-00a0cc26da63)]
[scriptable, uuid(cf208fac-b275-449d-9dc9-0d8f16c59fe1)]
interface nsIImportMail : nsISupports
{

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

@ -47,7 +47,7 @@
interface nsILocalFile;
[scriptable, uuid(d92056c0-184d-11d3-a206-00a0cc26da63)]
[scriptable, uuid(69eba744-9c4f-4f79-a964-2134746b3656)]
interface nsIImportMailboxDescriptor : nsISupports
{
attribute unsigned long identifier;

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

@ -45,7 +45,7 @@ interface nsIMsgWindow;
/**
* A utility class for nsINNTPProtocol that handles the list of new headers.
*/
[scriptable, uuid(E628ED19-9452-11d2-B7EA-00805F05FFA5)]
[scriptable, uuid(579aa17b-4c77-465d-8eb6-feaa927cb19c)]
interface nsINNTPNewsgroupList : nsISupports {
void initialize(in nsINntpUrl runningURL, in nsIMsgNewsFolder newsFolder);