From 6ef5fe427fdd7e1ca4f4ae1d2604b044bd3c59dd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 30 Jan 2006 18:44:23 +0000 Subject: On Win32, don't bother to attempt looking in Unix paths like /usr/lib or 2006-01-30 Tor Lillqvist * lib/e-cert-db.c (install_loadable_roots): On Win32, don't bother to attempt looking in Unix paths like /usr/lib or /opt/mozilla for Mozilla's nssckbi module. If necessary, add code later to look up the installation path of Mozilla or Firefox from the Registry. svn path=/trunk/; revision=31382 --- smime/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'smime/ChangeLog') diff --git a/smime/ChangeLog b/smime/ChangeLog index 1225cc3ed3..a501fcd8c7 100644 --- a/smime/ChangeLog +++ b/smime/ChangeLog @@ -1,3 +1,10 @@ +2006-01-30 Tor Lillqvist + + * lib/e-cert-db.c (install_loadable_roots): On Win32, don't bother + to attempt looking in Unix paths like /usr/lib or /opt/mozilla + for Mozilla's nssckbi module. If necessary, add code later to look + up the installation path of Mozilla or Firefox from the Registry. + 2006-01-29 Kjartan Maraas * gui/cert-trust-dialog.c: (ctd_response): -- cgit