aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-28 05:56:38 +0800
committerChristian Persch <chpe@src.gnome.org>2005-07-28 05:56:38 +0800
commite97efd0c176fa04f33b77e26d6314a85285c7527 (patch)
treefa009c2b68db4267d1db2a934385d8e5249eb63c
parent19d027fd26bd2c876561e44762a247d0d01e88fd (diff)
downloadgsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar
gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.gz
gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.bz2
gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.lz
gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.xz
gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.zst
gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.zip
Don't put the archive links on the unknownSocketType error message.
2005-07-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutModule.cpp: Don't put the archive links on the unknownSocketType error message.
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/EphyAboutModule.cpp1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3b36eaf7..1e76e479a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-07-27 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/EphyAboutModule.cpp:
+
+ Don't put the archive links on the unknownSocketType error message.
+
+2005-07-27 Christian Persch <chpe@cvs.gnome.org>
+
* src/bookmarks/ephy-topic-action.c:
(ephy_topic_action_sync_label):
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp
index f6247eec3..8d5eda133 100644
--- a/embed/mozilla/EphyAboutModule.cpp
+++ b/embed/mozilla/EphyAboutModule.cpp
@@ -276,7 +276,6 @@ EphyAboutModule::GetErrorMessage(nsIURI *aURI,
host.get());
*aSecondary = _("The document could not be loaded because "
"encryption support is not installed.");
- *aLinkIntro = _("There may be an old version of the page you wanted:");
}
else if (strcmp (aError, "netReset") == 0)
{