diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-23 02:46:46 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-23 02:46:46 +0800 |
commit | 44faa44bffd7fae58fa58e9eebda4b3244d025f8 (patch) | |
tree | d54d2dfd8a2caa8616a35960af1d979008f8936d /e-util/ChangeLog | |
parent | 708dc70ac5b5cf2711a1f43293a9e0a4467adcb7 (diff) | |
download | gsoc2013-evolution-44faa44bffd7fae58fa58e9eebda4b3244d025f8.tar.gz gsoc2013-evolution-44faa44bffd7fae58fa58e9eebda4b3244d025f8.tar.zst gsoc2013-evolution-44faa44bffd7fae58fa58e9eebda4b3244d025f8.zip |
Pass a CORBA_Environment to bonobo_config_get_string so it doesn't g_warn
* e-passwords.c (e_passwords_get_password): Pass a
CORBA_Environment to bonobo_config_get_string so it doesn't g_warn
on error. (Since the "error" is most likely just that the password
isn't cached.)
(e_passwords_remember_password, e_passwords_get_password,
e_passwords_add_password): Change "if (foo) { entire function; }"
to "if (!foo) return;"
* e-html-utils.c (special_chars): Don't allow single quote or
backtick in email addresses, or pipes following URLs.
svn path=/trunk/; revision=13887
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4f5ef92e7c..a32a858c40 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,16 @@ +2001-10-22 Dan Winship <danw@ximian.com> + + * e-passwords.c (e_passwords_get_password): Pass a + CORBA_Environment to bonobo_config_get_string so it doesn't g_warn + on error. (Since the "error" is most likely just that the password + isn't cached.) + (e_passwords_remember_password, e_passwords_get_password, + e_passwords_add_password): Change "if (foo) { entire function; }" + to "if (!foo) return;" + + * e-html-utils.c (special_chars): Don't allow single quote or + backtick in email addresses, or pipes following URLs. + 2001-10-22 JP Rosevear <jpr@ximian.com> * e-dbhash.c (e_dbhash_foreach_key): null out DBT memory prior to |