diff options
author | Not Zed <NotZed@Ximian.com> | 2003-12-10 10:25:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-12-10 10:25:31 +0800 |
commit | cd6b8c0139d7bf38ffd48c887031cf8a3aa1c0d5 (patch) | |
tree | adfd231315525df1cd79ef4fdd0fd540c1661873 /smime/ChangeLog | |
parent | 1647f967b488c4109b05e83af421901c1ac2821d (diff) | |
download | gsoc2013-evolution-cd6b8c0139d7bf38ffd48c887031cf8a3aa1c0d5.tar.gz gsoc2013-evolution-cd6b8c0139d7bf38ffd48c887031cf8a3aa1c0d5.tar.zst gsoc2013-evolution-cd6b8c0139d7bf38ffd48c887031cf8a3aa1c0d5.zip |
if we get no matching certs, show empty menu rather than crashing. #51922.
2003-12-10 Not Zed <NotZed@Ximian.com>
* gui/e-cert-selector.c (e_cert_selector_new): if we get no
matching certs, show empty menu rather than crashing. #51922.
svn path=/trunk/; revision=23898
Diffstat (limited to 'smime/ChangeLog')
-rw-r--r-- | smime/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog index a389558c4a..57a290a4ce 100644 --- a/smime/ChangeLog +++ b/smime/ChangeLog @@ -1,3 +1,8 @@ +2003-12-10 Not Zed <NotZed@Ximian.com> + + * gui/e-cert-selector.c (e_cert_selector_new): if we get no + matching certs, show empty menu rather than crashing. #51922. + 2003-12-05 JP Rosevear <jpr@ximian.com> * lib/e-cert.c: fix for C89 |