diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-09-24 04:15:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-09-24 04:15:44 +0800 |
commit | 8db40018282f8220a9f350b0e07ab8851f235fed (patch) | |
tree | 25bca7108df362925303358fa33d364fb264c659 /mail/em-format.h | |
parent | b0cf774e785b616c1a3f9773da3ca08626fa18e0 (diff) | |
download | gsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.tar.gz gsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.tar.zst gsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.zip |
Fix for bug #48791 (and also fixes a FIXME)
2003-09-23 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #48791 (and also fixes a FIXME)
* em-format.c (emf_init): Setup a gconf listener for changes to
the charset setting.
(gconf_charset_changed): Update the cached gconf charset value.
(emf_finalise): Free the EMFormatPrivate data, unref the gconf
client, disconnect the charset notify id, and free the cached
gconf charset value.
(em_format_format_text): Use the cached gconf charset value.
svn path=/trunk/; revision=22675
Diffstat (limited to 'mail/em-format.h')
-rw-r--r-- | mail/em-format.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-format.h b/mail/em-format.h index 98812ea377..14bdab1cdc 100644 --- a/mail/em-format.h +++ b/mail/em-format.h @@ -95,7 +95,9 @@ struct _EMFormatHeader { struct _EMFormat { GObject parent; - + + struct _EMFormatPrivate *priv; + struct _CamelMedium *message; /* the current message */ EDList header_list; /* if empty, then all */ |