aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed-single.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-03-10 23:50:36 +0800
committerChristian Persch <chpe@src.gnome.org>2005-03-10 23:50:36 +0800
commitf8cd25beeee86910f3b462151ae524077306c832 (patch)
tree4add444467df4382ba482965e940210bb8255fc9 /embed/mozilla/mozilla-embed-single.cpp
parent7863a1874844bb34f3e11f68f269c87ee03562ae (diff)
downloadgsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar
gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.gz
gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.bz2
gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.lz
gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.xz
gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.zst
gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.zip
Remove the wallet hack; it appears not to work correctly using mozilla 1.7
2005-03-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/mozilla-embed-single.cpp: Remove the wallet hack; it appears not to work correctly using mozilla 1.7 (work on trunk; but that's dead).
Diffstat (limited to 'embed/mozilla/mozilla-embed-single.cpp')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index 4d34511bf..d6bfbb061 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -245,8 +245,6 @@ mozilla_set_default_prefs (MozillaEmbedSingle *mes)
pref->SetBoolPref("network.protocol-handler.external.ftp",
have_gnome_url_handler ("ftp"));
- MozillaPrivate::SecureWallet (pref);
-
return TRUE;
}