diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-28 04:17:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-28 04:17:02 +0800 |
commit | 180e9032df85343ae81de583b99b90511b1cf507 (patch) | |
tree | 624afffd5b74cc44510f0191e311ac2ae6499daf /mail/ChangeLog | |
parent | 77ce8408267d25bd060e5558847f61bc70575e82 (diff) | |
download | gsoc2013-evolution-180e9032df85343ae81de583b99b90511b1cf507.tar gsoc2013-evolution-180e9032df85343ae81de583b99b90511b1cf507.tar.gz gsoc2013-evolution-180e9032df85343ae81de583b99b90511b1cf507.tar.bz2 gsoc2013-evolution-180e9032df85343ae81de583b99b90511b1cf507.tar.lz gsoc2013-evolution-180e9032df85343ae81de583b99b90511b1cf507.tar.xz gsoc2013-evolution-180e9032df85343ae81de583b99b90511b1cf507.tar.zst gsoc2013-evolution-180e9032df85343ae81de583b99b90511b1cf507.zip |
If gconf_entry_get_value() returns NULL, then it means the key was unset
2004-02-27 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-view.c (emfv_setting_notify): If
gconf_entry_get_value() returns NULL, then it means the key was
unset or something. Don't use g_return_if_fail() for that.
First of the lockdown fixes...
* em-composer-prefs.c (em_composer_prefs_construct): Same as
below.
* em-mailer-prefs.c (em_mailer_prefs_construct): Respect
locked-down keys by disabling their sensitivity to the user.
(settings_changed): Don't re-enable check_incoming_imap if the key
is locked.
svn path=/trunk/; revision=24911
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b006299882..4e02f76391 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2004-02-27 Jeffrey Stedfast <fejj@ximian.com> + + * em-folder-view.c (emfv_setting_notify): If + gconf_entry_get_value() returns NULL, then it means the key was + unset or something. Don't use g_return_if_fail() for that. + + First of the lockdown fixes... + + * em-composer-prefs.c (em_composer_prefs_construct): Same as + below. + + * em-mailer-prefs.c (em_mailer_prefs_construct): Respect + locked-down keys by disabling their sensitivity to the user. + (settings_changed): Don't re-enable check_incoming_imap if the key + is locked. + 2004-02-26 Rodney Dawes <dobey@ximian.com> * em-format-html-display.c (efhd_attachment_button): Create the |