aboutsummaryrefslogtreecommitdiffstats
path: root/smime/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-10-31 05:19:32 +0800
committerChris Toshok <toshok@src.gnome.org>2003-10-31 05:19:32 +0800
commite2e312d4102fc8ce3c540d85b6a998d68f528cf6 (patch)
tree726085f4353f765293ac4a129b1675100aeda553 /smime/ChangeLog
parent4981fa14e20333afb658b5b2a8f721133467cf71 (diff)
downloadgsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.tar
gsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.tar.gz
gsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.tar.bz2
gsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.tar.lz
gsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.tar.xz
gsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.tar.zst
gsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.zip
add boilerplate.
2003-10-30 Chris Toshok <toshok@ximian.com> * gui/certificate-manager.h: add boilerplate. * gui/certificate-manager.c (certificate_manager_config_control_new): return NULL if the NSS_InitReadWrite fails - we should probably give better status though, or return a GtkLabel with an error message.... * gui/Makefile.am (INCLUDES): use CERT_UI_CFLAGS. (TEST_LIBS): use CERT_UI_LIBS. svn path=/trunk/; revision=23140
Diffstat (limited to 'smime/ChangeLog')
-rw-r--r--smime/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog
index 7520389731..5123fbff1c 100644
--- a/smime/ChangeLog
+++ b/smime/ChangeLog
@@ -1,5 +1,17 @@
2003-10-30 Chris Toshok <toshok@ximian.com>
+ * gui/certificate-manager.h: add boilerplate.
+
+ * gui/certificate-manager.c
+ (certificate_manager_config_control_new): return NULL if the
+ NSS_InitReadWrite fails - we should probably give better status
+ though, or return a GtkLabel with an error message....
+
+ * gui/Makefile.am (INCLUDES): use CERT_UI_CFLAGS.
+ (TEST_LIBS): use CERT_UI_LIBS.
+
+2003-10-30 Chris Toshok <toshok@ximian.com>
+
* tests/Makefile.am (INCLUDES): use CERT_UI_CFLAGS.
(TEST_LIBS): use CERT_UI_LIBS.