From 2831ada5a5554a4a3c1920d73b43343d618f0e02 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 3 Dec 2003 20:48:05 +0000 Subject: add e-asn1-object.[ch] 2003-12-03 Chris Toshok * lib/Makefile.am (libessmime_la_SOURCES): add e-asn1-object.[ch] * gui/smime-ui.glade: rename the ca trust dialog, and give it a proper id. * gui/certificate-manager.c (yourcerts_selection_changed): just use @selection. (contactcerts_selection_changed): same. (authoritycerts_selection_changed): same. * gui/certificate-viewer.c (free_data): free the cert chain. (fill_in_general): move all the general tab stuff here. (hierarchy_selection_changed): new function. not finished. (fields_selection_changed): new function, unimplemented. (fill_in_details): new function, fill in the heirarchy and hook up signals and stuff. (certificate_viewer_show): call fill_in_general/fill_in_details. * lib/e-cert.c (e_cert_get_chain): new function. * lib/e-cert.h: add prototype for e_cert_get_chain. svn path=/trunk/; revision=23622 --- smime/gui/smime-ui.glade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smime/gui/smime-ui.glade') diff --git a/smime/gui/smime-ui.glade b/smime/gui/smime-ui.glade index 57475c1cbc..36966f7443 100644 --- a/smime/gui/smime-ui.glade +++ b/smime/gui/smime-ui.glade @@ -1759,8 +1759,8 @@ - - dialog1 + + Certificate Authority Trust GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False -- cgit