Add the prompt-service contract to nsEmbedCID.h

This commit is contained in:
bzbarsky%mit.edu 2005-07-18 17:51:36 +00:00
Родитель bfc3e85f0e
Коммит 7402b09e72
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -49,6 +49,7 @@
#include "nsIPrefBranch.h"
#include "nsDirectoryServiceDefs.h"
#include "nsDirectoryServiceUtils.h"
#include "nsEmbedCID.h"
#include <glib.h>
#include <limits.h>
@ -265,7 +266,7 @@ nsMailGNOMEIntegration::ShowMailIntegrationDialog(nsIDOMWindow* aParentWindow)
NS_ENSURE_SUCCESS(rv, rv);
nsCOMPtr<nsIPromptService> promptService =
do_GetService("@mozilla.org/embedcomp/prompt-service;1");
do_GetService(NS_PROMPTSERVICE_CONTRACTID);
NS_ENSURE_TRUE(promptService, NS_ERROR_FAILURE);
if (mShowMailDialog && showMailDialog) {