diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-27 04:07:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-27 04:07:43 +0800 |
commit | ed71a8cb94a3bb163f74f2dc66dc58dcafd9185f (patch) | |
tree | f70c602c59c2880e7208ce1a4276343b6509667f /mail/ChangeLog | |
parent | 6ce5f011fbea862fecd948215ba378c549724363 (diff) | |
download | gsoc2013-evolution-ed71a8cb94a3bb163f74f2dc66dc58dcafd9185f.tar.gz 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/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a43675bfa7..d742368388 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,18 @@ 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. + +2004-02-26 Jeffrey Stedfast <fejj@ximian.com> + * em-utils.c (em_utils_folder_name_from_uri): Make sure url->path is non-NULL before setting folder_name to url->path + 1. Could possibly fix bug #54853. |