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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f6b600b97e..1c746f2996 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +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. + 2003-09-22 Not Zed <NotZed@Ximian.com> ** See bug #32996 |