diff options
author | Chris Toshok <toshok@ximian.com> | 2003-12-05 10:10:09 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-12-05 10:10:09 +0800 |
commit | 212cc70aecd40d9578a6e88196122ff91ad2e6e8 (patch) | |
tree | 4c6368524a07481de4d329250d120297f74fbaf5 /smime/ChangeLog | |
parent | c65fbd94c0daff4ed02df7447e8eeaddd9cff9c0 (diff) | |
download | gsoc2013-evolution-212cc70aecd40d9578a6e88196122ff91ad2e6e8.tar.gz gsoc2013-evolution-212cc70aecd40d9578a6e88196122ff91ad2e6e8.tar.zst gsoc2013-evolution-212cc70aecd40d9578a6e88196122ff91ad2e6e8.zip |
set the window title based on e_cert_get_window_title.
2003-12-04 Chris Toshok <toshok@ximian.com>
* gui/certificate-viewer.c (certificate_viewer_show): set the
window title based on e_cert_get_window_title.
* lib/e-cert.c (e_cert_get_window_title): new function, for use
with the certificate viewer.
(create_asn1_struct): call e_cert_get_window_title.
svn path=/trunk/; revision=23643
Diffstat (limited to 'smime/ChangeLog')
-rw-r--r-- | smime/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog index c5b644d9a2..b82a4c6fa0 100644 --- a/smime/ChangeLog +++ b/smime/ChangeLog @@ -1,5 +1,14 @@ 2003-12-04 Chris Toshok <toshok@ximian.com> + * gui/certificate-viewer.c (certificate_viewer_show): set the + window title based on e_cert_get_window_title. + + * lib/e-cert.c (e_cert_get_window_title): new function, for use + with the certificate viewer. + (create_asn1_struct): call e_cert_get_window_title. + +2003-12-04 Chris Toshok <toshok@ximian.com> + * lib/e-cert.h: add prototype for e_cert_get_asn1_struct. * lib/e-cert.c (e_cert_dispose): unref the asn1 object. |