[evolution-patches][Miscellaneous] Fix for bug#325748



hi,

	this patch adds a mozilla path "/usr/sfw/lib/mozilla" for evolution
working on Solaris10.

	is there anybody could review it? thanks!

regards,

jerry
Index: smime/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/smime/ChangeLog,v
retrieving revision 1.58
diff -u -p -r1.58 ChangeLog
--- smime/ChangeLog	2 Jan 2006 06:19:54 -0000	1.58
+++ smime/ChangeLog	4 Jan 2006 11:03:16 -0000
@@ -1,3 +1,8 @@
+2006-01-04  Shi Pu  <shi pu sun com>
+
+	* lib/e-cert-db.c: (install_loadable_roots): add a new path for
+	mozilla built-in cert module.
+
 2006-01-02  Harish Krishnaswamy  <kharish novell com>
 
 	* gui/certificate-manager.c: (initialize_yourcerts_ui):
Index: smime/lib/e-cert-db.c
===================================================================
RCS file: /cvs/gnome/evolution/smime/lib/e-cert-db.c,v
retrieving revision 1.19
diff -u -p -r1.19 e-cert-db.c
--- smime/lib/e-cert-db.c	18 Dec 2005 08:36:11 -0000	1.19
+++ smime/lib/e-cert-db.c	4 Jan 2006 11:03:17 -0000
@@ -276,7 +276,8 @@ install_loadable_roots (void)
 			"/usr/lib",
 			"/usr/lib/mozilla",
 			"/opt/mozilla/lib",
-			"/opt/mozilla/lib/mozilla"
+			"/opt/mozilla/lib/mozilla",
+			"/usr/sfw/lib/mozilla"
 		};
 		
 		for (i = 0; i < G_N_ELEMENTS (paths_to_check); i ++) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]