From 180e9032df85343ae81de583b99b90511b1cf507 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 27 Feb 2004 20:17:02 +0000 Subject: If gconf_entry_get_value() returns NULL, then it means the key was unset 2004-02-27 Jeffrey Stedfast * 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 --- mail/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * em-format-html-display.c (efhd_attachment_button): Create the -- cgit v1.2.3