aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-09-24 04:15:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-09-24 04:15:44 +0800
commit8db40018282f8220a9f350b0e07ab8851f235fed (patch)
tree25bca7108df362925303358fa33d364fb264c659 /mail/em-format.h
parentb0cf774e785b616c1a3f9773da3ca08626fa18e0 (diff)
downloadgsoc2013-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.h4
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 */