aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2005-07-24 20:19:42 +0800
committerChristian Persch <chpe@src.gnome.org>2005-07-24 20:19:42 +0800
commit433e0afbdb0dc0ee9e109c1a76a64793b1fcf2be (patch)
treeba0595d9bc051a9c216fa970c498f124a1f04ff0
parentabcfd912b81a2c9976a3b9f568dc0b97fdaaeec2 (diff)
downloadgsoc2013-epiphany-433e0afbdb0dc0ee9e109c1a76a64793b1fcf2be.tar
gsoc2013-epiphany-433e0afbdb0dc0ee9e109c1a76a64793b1fcf2be.tar.gz
gsoc2013-epiphany-433e0afbdb0dc0ee9e109c1a76a64793b1fcf2be.tar.bz2
gsoc2013-epiphany-433e0afbdb0dc0ee9e109c1a76a64793b1fcf2be.tar.lz
gsoc2013-epiphany-433e0afbdb0dc0ee9e109c1a76a64793b1fcf2be.tar.xz
gsoc2013-epiphany-433e0afbdb0dc0ee9e109c1a76a64793b1fcf2be.tar.zst
gsoc2013-epiphany-433e0afbdb0dc0ee9e109c1a76a64793b1fcf2be.zip
*** empty log message ***
-rw-r--r--ChangeLog9
-rw-r--r--embed/mozilla/ContentHandler.cpp2
-rw-r--r--embed/mozilla/GtkNSSSecurityWarningDialogs.cpp2
-rw-r--r--src/bookmarks/ephy-bookmarks.c2
4 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f61ad2a9..80d3f07d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2005-07-23 Christian Persch <chpe@cvs.gnome.org>
+ * src/bookmarks/ephy-bookmarks.c
+ * embed/mozilla/ContentHandler.cpp
+ * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
+
+ Don't use format_secondary_markup here, it's a) unnecessary
+ and b) doesn't do what we think it does.
+
+2005-07-23 Christian Persch <chpe@cvs.gnome.org>
+
* data/epiphany.schemas.in:
Remove obsolete schema entries.
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp
index 39b032278..a5fe94da7 100644
--- a/embed/mozilla/ContentHandler.cpp
+++ b/embed/mozilla/ContentHandler.cpp
@@ -299,7 +299,7 @@ NS_METHOD GContentHandler::MIMEConfirmAction ()
/* translators: %s is the name of the application */
_("Open this file with \"%s\"?"),
mHelperApp->name);
- gtk_message_dialog_format_secondary_markup
+ gtk_message_dialog_format_secondary_text
(GTK_MESSAGE_DIALOG (dialog),
/* translators: %s is the name of the application */
_("It's not possible to view this file type "
diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
index 4ec42b25a..2be0a7200 100644
--- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
+++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
@@ -250,7 +250,7 @@ GtkNSSSecurityWarningDialogs::DoDialog (nsIInterfaceRequestor *aContext,
if (aSecondary)
{
- gtk_message_dialog_format_secondary_markup
+ gtk_message_dialog_format_secondary_text
(GTK_MESSAGE_DIALOG (dialog), aSecondary);
}
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c
index 7f50f48a6..948679577 100644
--- a/src/bookmarks/ephy-bookmarks.c
+++ b/src/bookmarks/ephy-bookmarks.c
@@ -566,7 +566,7 @@ redirect_cb (EphyHistory *history,
/* translators: the %s is the title of the bookmark */
_("Update bookmark \"%s\"?"),
title);
- gtk_message_dialog_format_secondary_markup
+ gtk_message_dialog_format_secondary_text
(GTK_MESSAGE_DIALOG (dialog),
/* translators: the %s is a URL */
_("The bookmarked page has moved to \"%s\"."),