aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozRegisterComponents.cpp
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-03-15 21:34:29 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-03-15 21:34:29 +0800
commitc4f0df940819eecbafa66faf177d2a4b97dea09c (patch)
treea52fdb9739cfb10a3ee93525bab5df0cd30d449f /embed/mozilla/MozRegisterComponents.cpp
parent0493568f7449cea1dd8eeb08919c33f7979a8c09 (diff)
downloadgsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.gz
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.bz2
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.lz
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.xz
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.zst
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.zip
Remove our custom prompt implementation. Gtkmozembed provides and HIG
2003-03-15 Marco Pesenti Gritti <marco@it.gnome.org> * data/glade/Makefile.am: * data/glade/prompts.glade: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/PromptService.cpp: * embed/mozilla/PromptService.h: Remove our custom prompt implementation. Gtkmozembed provides and HIG compliant one now.
Diffstat (limited to 'embed/mozilla/MozRegisterComponents.cpp')
-rw-r--r--embed/mozilla/MozRegisterComponents.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp
index 8b6aa2142..bb3db8930 100644
--- a/embed/mozilla/MozRegisterComponents.cpp
+++ b/embed/mozilla/MozRegisterComponents.cpp
@@ -28,7 +28,6 @@
#include "FtpProtocolHandler.h"
#include "IRCProtocolHandler.h"
#include "MailtoProtocolHandler.h"
-#include "PromptService.h"
#include "PrintingPromptService.h"
#include "ProgressListener.h"
@@ -47,7 +46,6 @@ static NS_DEFINE_CID(knsFtpProtocolHandlerCID, NS_FTPPROTOCOLHANDLER_CID);
static NS_DEFINE_CID(kFtpHandlerCID, G_FTP_PROTOCOL_CID);
static NS_DEFINE_CID(kIRCHandlerCID, G_IRC_PROTOCOL_CID);
static NS_DEFINE_CID(kMailtoHandlerCID, G_MAILTO_PROTOCOL_CID);
-static NS_DEFINE_CID(kPromptServiceCID, G_PROMPTSERVICE_CID);
static NS_DEFINE_CID(kPrintingPromptServiceCID, G_PRINTINGPROMPTSERVICE_CID);
static NS_DEFINE_CID(kProgressDialogCID, G_PROGRESSDIALOG_CID);
@@ -141,11 +139,6 @@ mozilla_register_components (void)
G_IRC_CONTENT_CONTRACTID, PR_TRUE);
if (NS_FAILED(rv)) ret = FALSE;
- rv = RegisterFactory (NS_NewPromptServiceFactory, kPromptServiceCID,
- G_PROMPTSERVICE_CLASSNAME,
- G_PROMPTSERVICE_CONTRACTID, PR_TRUE);
- if (NS_FAILED(rv)) ret = FALSE;
-
rv = RegisterFactory (NS_NewPrintingPromptServiceFactory,
kPrintingPromptServiceCID,
G_PRINTINGPROMPTSERVICE_CLASSNAME,