aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-27 04:07:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-27 04:07:43 +0800
commited71a8cb94a3bb163f74f2dc66dc58dcafd9185f (patch)
treef70c602c59c2880e7208ce1a4276343b6509667f /mail/em-format-html-display.c
parent6ce5f011fbea862fecd948215ba378c549724363 (diff)
downloadgsoc2013-evolution-ed71a8cb94a3bb163f74f2dc66dc58dcafd9185f.tar
gsoc2013-evolution-ed71a8cb94a3bb163f74f2dc66dc58dcafd9185f.tar.gz
gsoc2013-evolution-ed71a8cb94a3bb163f74f2dc66dc58dcafd9185f.tar.bz2
gsoc2013-evolution-ed71a8cb94a3bb163f74f2dc66dc58dcafd9185f.tar.lz
gsoc2013-evolution-ed71a8cb94a3bb163f74f2dc66dc58dcafd9185f.tar.xz
gsoc2013-evolution-ed71a8cb94a3bb163f74f2dc66dc58dcafd9185f.tar.zst
gsoc2013-evolution-ed71a8cb94a3bb163f74f2dc66dc58dcafd9185f.zip
Fix for bug #54352
2004-02-26 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #54352 * em-message-browser.c (emmb_class_init): Set update_message_style to FALSE. * em-folder-view.c (emfv_setting_notify): Only update message display style if our subclass wants us to. (emfv_class_init): Set update_message_style to TRUE. (emfv_view_mode): Don't save the gconf key unless our class allows us to. svn path=/trunk/; revision=24894
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index f6e2ccefe3..a241518b05 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -1347,7 +1347,7 @@ efhd_bonobo_object(EMFormatHTML *efh, GtkHTMLEmbedded *eb, EMFormatHTMLPObject *
*/
const CamelInternetAddress *from;
char *from_address;
-
+
from = camel_mime_message_get_from((CamelMimeMessage *)((EMFormat *)efh)->message);
from_address = camel_address_encode((CamelAddress *)from);
bonobo_property_bag_client_set_value_string(prop_bag, "from_address", from_address, &ev);