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
29 lines
851 B
Plaintext
29 lines
851 B
Plaintext
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.
|
|
|
|
2003-10-28 Chris Toshok <toshok@ximian.com>
|
|
|
|
* gui/Makefile.am (libevolution_smime_la_SOURCES): add
|
|
certificate-manager.h
|
|
|
|
2003-10-23 Chris Toshok <toshok@ximian.com>
|
|
|
|
* lib/e-cert.[ch], lib/Makefile.am, gui/certificate-manager.[ch],
|
|
gui/Makefile.am, gui/smime-ui.glade, Makefile.am: initial addition
|
|
of s/mime foo.
|
|
|