aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
diff options
context:
space:
mode:
authorRadek Doulik <rodo@src.gnome.org>2002-08-31 05:58:55 +0800
committerRadek Doulik <rodo@src.gnome.org>2002-08-31 05:58:55 +0800
commit169515d209d163b5b973e0c06a6a3e4eda63818d (patch)
treefd53a93925dbc5f6b574f0674def283286df1ffb /mail/mail-display.c
parentb33f2b09f588f592d8ed48ed3412fb9924611db7 (diff)
downloadgsoc2013-evolution-169515d209d163b5b973e0c06a6a3e4eda63818d.tar
gsoc2013-evolution-169515d209d163b5b973e0c06a6a3e4eda63818d.tar.gz
gsoc2013-evolution-169515d209d163b5b973e0c06a6a3e4eda63818d.tar.bz2
gsoc2013-evolution-169515d209d163b5b973e0c06a6a3e4eda63818d.tar.lz
gsoc2013-evolution-169515d209d163b5b973e0c06a6a3e4eda63818d.tar.xz
gsoc2013-evolution-169515d209d163b5b973e0c06a6a3e4eda63818d.tar.zst
gsoc2013-evolution-169515d209d163b5b973e0c06a6a3e4eda63818d.zip
use iframe's fallback content
svn path=/trunk/; revision=17937
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r--mail/mail-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index 0cace663ff..e1c2b3a509 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -1651,7 +1651,7 @@ mail_text_write (GtkHTML *html, GtkHTMLStream *stream, MailDisplay *md, CamelMim
g_free (htmltext);
xed = g_strdup_printf ("x-evolution-data:%p-%d", part, idx);
- iframe = g_strdup_printf ("<iframe src=\"%s\" frameborder=0 scrolling=no></iframe>", xed);
+ iframe = g_strdup_printf ("<iframe src=\"%s\" frameborder=0 scrolling=no>could not get %s</iframe>", xed, xed);
mail_display_add_url (md, "data_urls", xed, ba);
gtk_html_write (html, stream, iframe, strlen (iframe));
g_free (iframe);